Move the fchmod() declaration to stat.h.
authorDonn Seeley <donn@ucbvax.Berkeley.EDU>
Mon, 4 Mar 1991 08:28:29 +0000 (00:28 -0800)
committerDonn Seeley <donn@ucbvax.Berkeley.EDU>
Mon, 4 Mar 1991 08:28:29 +0000 (00:28 -0800)
SCCS-vsn: include/unistd.h 5.8

usr/src/include/unistd.h

index 7218f96..5352691 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)unistd.h    5.7 (Berkeley) %G%
+ *     @(#)unistd.h    5.8 (Berkeley) %G%
  */
 
 #include <sys/cdefs.h>
  */
 
 #include <sys/cdefs.h>
@@ -91,7 +91,6 @@ void   endusershell __P((void));
 int     exect __P((const char *, char * const *, char * const *));
 int     fchdir __P((int));
 int     fchflags __P((int, long));
 int     exect __P((const char *, char * const *, char * const *));
 int     fchdir __P((int));
 int     fchflags __P((int, long));
-int     fchmod __P((int, mode_t));
 int     fchown __P((int, int, int));
 int     fnmatch __P((const char *, const char *, int));
 int     fsync __P((int));
 int     fchown __P((int, int, int));
 int     fnmatch __P((const char *, const char *, int));
 int     fsync __P((int));