* src/su.c (save_caller_context): Extract from main() the code

used to save the caller's context.
This commit is contained in:
nekral-guest
2011-06-13 18:26:47 +00:00
parent b661b913b5
commit 6be3ac560b
2 changed files with 118 additions and 94 deletions

View File

@@ -1,3 +1,8 @@
2011-06-12 Nicolas François <nicolas.francois@centraliens.net>
* src/su.c (save_caller_context): Extract from main() the code
used to save the caller's context.
2011-06-10 Nicolas François <nicolas.francois@centraliens.net>
* src/su.c: Group some of the environment processing blocks. The