add isinf(), isnan() for all architectures
[unix-history] / usr / src / include / unistd.h
index 7218f96..50be418 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)unistd.h    5.7 (Berkeley) %G%
+ *     @(#)unistd.h    5.9 (Berkeley) %G%
  */
 
 #include <sys/cdefs.h>
  */
 
 #include <sys/cdefs.h>
@@ -86,12 +86,13 @@ char        *brk __P((const char *));
 int     chflags __P((const char *, long));
 int     chroot __P((const char *));
 char   *crypt __P((const char *, const char *));
 int     chflags __P((const char *, long));
 int     chroot __P((const char *));
 char   *crypt __P((const char *, const char *));
+void    des_cipher __P((const char *, char *, u_long, int));
+void    des_setkey __P((const char *key));
 void    encrypt __P((char *, int));
 void    endusershell __P((void));
 int     exect __P((const char *, char * const *, char * const *));
 int     fchdir __P((int));
 int     fchflags __P((int, long));
 void    encrypt __P((char *, int));
 void    endusershell __P((void));
 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));