Deleted Added
full compact
unistd.h (45315) unistd.h (45513)
1/*-
2 * Copyright (c) 1991, 1993, 1994
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 137 unchanged lines hidden (view full) ---

146int initgroups __P((const char *, int));
147int iruserok __P((unsigned long, int, const char *, const char *));
148int issetugid __P((void));
149int lchown __P((const char *, uid_t, gid_t));
150int lockf __P((int, int, off_t));
151char *mkdtemp __P((char *));
152int mknod __P((const char *, mode_t, dev_t));
153int mkstemp __P((char *));
1/*-
2 * Copyright (c) 1991, 1993, 1994
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 137 unchanged lines hidden (view full) ---

146int initgroups __P((const char *, int));
147int iruserok __P((unsigned long, int, const char *, const char *));
148int issetugid __P((void));
149int lchown __P((const char *, uid_t, gid_t));
150int lockf __P((int, int, off_t));
151char *mkdtemp __P((char *));
152int mknod __P((const char *, mode_t, dev_t));
153int mkstemp __P((char *));
154int mkstemps __P((char *, int));
154char *mktemp __P((char *));
155int nfssvc __P((int, void *));
156int nice __P((int));
157ssize_t pread __P((int, void *, size_t, off_t));
158int profil __P((char *, int, int, int));
159ssize_t pwrite __P((int, const void *, size_t, off_t));
160int rcmd __P((char **, int, const char *,
161 const char *, const char *, int *));

--- 49 unchanged lines hidden ---
155char *mktemp __P((char *));
156int nfssvc __P((int, void *));
157int nice __P((int));
158ssize_t pread __P((int, void *, size_t, off_t));
159int profil __P((char *, int, int, int));
160ssize_t pwrite __P((int, const void *, size_t, off_t));
161int rcmd __P((char **, int, const char *,
162 const char *, const char *, int *));

--- 49 unchanged lines hidden ---