]> Zhao Yanbai Git Server - minix.git/commitdiff
don't declare closefrom()
authorBen Gras <ben@minix3.org>
Wed, 13 Jul 2011 12:37:48 +0000 (14:37 +0200)
committerBen Gras <ben@minix3.org>
Wed, 13 Jul 2011 12:38:52 +0000 (14:38 +0200)
Please enter the commit message for your changes. Lines starting

nbsd_include/minix-port.patch
nbsd_include/unistd.h

index 8928d1cd647510eb3cf0f68c801c96cf1db5e77c..0c77f7d384ac17087b2f32f5540664e7a382b099 100644 (file)
@@ -479,7 +479,7 @@ diff -ru nbsdsrc/src/include/unistd.h nbsd_include/unistd.h
  
  #ifndef __AUDIT__
  char  *getwd(char *);                         /* obsoleted by getcwd() */
-@@ -295,8 +309,14 @@
+@@ -295,9 +309,15 @@
  /*
   * Implementation-defined extensions
   */
@@ -490,10 +490,11 @@ diff -ru nbsdsrc/src/include/unistd.h nbsd_include/unistd.h
  #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);
index 7b10c6bea06d4242e1f296c05e6abdfa7ae4f519..d93a15ff1b716b08709c9d9ced9191c8de44e751 100644 (file)
@@ -316,8 +316,8 @@ int lseek64(int fd, u64_t _offset, int _whence, u64_t *_newpos);
 #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);