diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/daemon.c | 6 | ||||
-rw-r--r-- | misc/fstab.h | 4 | ||||
-rw-r--r-- | misc/getttyent.c | 4 | ||||
-rw-r--r-- | misc/getusershell.c | 4 | ||||
-rw-r--r-- | misc/sys/queue.h | 4 | ||||
-rw-r--r-- | misc/sys/syslog.h | 4 | ||||
-rw-r--r-- | misc/syslog.c | 4 | ||||
-rw-r--r-- | misc/ttyent.h | 4 | ||||
-rw-r--r-- | misc/ttyslot.c | 4 |
9 files changed, 1 insertions, 37 deletions
diff --git a/misc/daemon.c b/misc/daemon.c index 7bab9f5..bfa5f2e 100644 --- a/misc/daemon.c +++ b/misc/daemon.c @@ -10,10 +10,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. @@ -45,7 +41,7 @@ daemon(nochdir, noclose) { int fd; - switch (__fork()) { + switch (fork()) { case -1: return (-1); case 0: diff --git a/misc/fstab.h b/misc/fstab.h index 274f23a..316a4f8 100644 --- a/misc/fstab.h +++ b/misc/fstab.h @@ -10,10 +10,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. diff --git a/misc/getttyent.c b/misc/getttyent.c index 009ad9c..3295a6e 100644 --- a/misc/getttyent.c +++ b/misc/getttyent.c @@ -10,10 +10,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. diff --git a/misc/getusershell.c b/misc/getusershell.c index d822f55..5fe1ab3 100644 --- a/misc/getusershell.c +++ b/misc/getusershell.c @@ -10,10 +10,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. diff --git a/misc/sys/queue.h b/misc/sys/queue.h index e675521..5b6e2a0 100644 --- a/misc/sys/queue.h +++ b/misc/sys/queue.h @@ -10,10 +10,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. diff --git a/misc/sys/syslog.h b/misc/sys/syslog.h index 8394d27..143f946 100644 --- a/misc/sys/syslog.h +++ b/misc/sys/syslog.h @@ -10,10 +10,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. diff --git a/misc/syslog.c b/misc/syslog.c index 1cc0e8f..ee832fe 100644 --- a/misc/syslog.c +++ b/misc/syslog.c @@ -10,10 +10,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. diff --git a/misc/ttyent.h b/misc/ttyent.h index 58a1d7a..9958d88 100644 --- a/misc/ttyent.h +++ b/misc/ttyent.h @@ -10,10 +10,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. diff --git a/misc/ttyslot.c b/misc/ttyslot.c index 7dc9b27..5872f23 100644 --- a/misc/ttyslot.c +++ b/misc/ttyslot.c @@ -10,10 +10,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. |