ossp-pkg/rc/rc_script.c 1.20 -> 1.21
--- rc_script.c 2003/05/21 15:16:41 1.20
+++ rc_script.c 2003/05/23 14:14:09 1.21
@@ -32,7 +32,7 @@
#include <unistd.h> /* For mkstemp(3) */
#include <fcntl.h> /* For open(2) */
#include <ctype.h> /* For isspace(3) */
-#include <pwd.h> /* For getlogin(2) */
+#include <pwd.h> /* For getpwuid(3) */
#include "rc.h" /* Public Rc interface */
#include "rc_pcre.h" /* For section parsing */
|
|