Please enter the commit message for your changes. Lines starting
#ifndef __AUDIT__
char *getwd(char *); /* obsoleted by getcwd() */
-@@ -295,8 +309,14 @@
+@@ -295,9 +309,15 @@
/*
* Implementation-defined extensions
*/
#if defined(_NETBSD_SOURCE)
+#ifndef __minix
int acct(const char *);
-+#endif /* !__minix */
int closefrom(int);
++#endif /* !__minix */
int des_cipher(const char *, char *, long, int);
int des_setkey(const char *);
+ void endusershell(void);
@@ -315,15 +335,23 @@
int iruserok(uint32_t, int, const char *, const char *);
int issetugid(void);
#if defined(_NETBSD_SOURCE)
#ifndef __minix
int acct(const char *);
-#endif /* !__minix */
int closefrom(int);
+#endif /* !__minix */
int des_cipher(const char *, char *, long, int);
int des_setkey(const char *);
void endusershell(void);