* src/su.c: Extract export of environment from main().

This commit is contained in:
nekral-guest
2011-06-13 18:27:28 +00:00
parent dbe0b96404
commit 69371ba2c2
2 changed files with 116 additions and 108 deletions

View File

@@ -9,6 +9,7 @@
the session.
* src/su.c: Close the password databases together with syslog.
* src/su.c: Extract command line processing from main().
* src/su.c: Extract export of environment from main().
2011-06-10 Nicolas François <nicolas.francois@centraliens.net>