diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2016-10-03 18:20:58 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2016-10-03 18:20:58 +0000 |
| commit | 1a466ddc7986e4243a819ecb735187b80e3b57f4 (patch) | |
| tree | 2d4f0438e49af91688ebdcc4262113b289ea3cab /include/unistd.h | |
| parent | 905339874b0d0834f0887eb674b20fb505618abc (diff) | |
Notes
Diffstat (limited to 'include/unistd.h')
| -rw-r--r-- | include/unistd.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/unistd.h b/include/unistd.h index eab79f20eb7d..d875600121ea 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -449,8 +449,6 @@ int symlink(const char * __restrict, const char * __restrict); /* X/Open System Interfaces */ #if __XSI_VISIBLE char *crypt(const char *, const char *); -/* char *ctermid(char *); */ /* XXX ??? */ -int encrypt(char *, int); long gethostid(void); int lockf(int, int, off_t); int nice(int); @@ -498,8 +496,6 @@ const char * crypt_get_format(void); char *crypt_r(const char *, const char *, struct crypt_data *); int crypt_set_format(const char *); -int des_cipher(const char *, char *, long, int); -int des_setkey(const char *key); int dup3(int, int, int); int eaccess(const char *, int); void endusershell(void); @@ -567,10 +563,6 @@ int setdomainname(const char *, int); int setgroups(int, const gid_t *); void sethostid(long); int sethostname(const char *, int); -#ifndef _SETKEY_DECLARED -int setkey(const char *); -#define _SETKEY_DECLARED -#endif int setlogin(const char *); int setloginclass(const char *); void *setmode(const char *); |
