fix prototypes for openlog, syslog
authorJohn Kohl <jtkohl@mit.edu>
Mon, 22 Oct 1990 15:03:02 +0000 (15:03 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 22 Oct 1990 15:03:02 +0000 (15:03 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1304 dc483132-0cff-0310-8789-dd5450dbe970

src/include/fake-stdlib.h

index eb5e967a6a43cfd020cdebaab709c86d653bad02..aba5d8c798c4d59be5e3628fdef3c135e0221057 100644 (file)
@@ -566,8 +566,8 @@ char *initstate P((unsigned  , char * , int  ));
 char *setstate P((char * ));
 char *re_comp P((char * ));
 int re_exec P((char * ));
-void openlog P((const char * , int  ));
-void syslog P((int  , char *, ... ));
+void openlog P((const char * , int, int  )); /* our local version... */
+void syslog P((int  , const char *, ... ));
 void closelog P((void ));
 long time P((long * ));
 char *valloc P((unsigned  ));