X-Git-Url: https://git.cameronkatri.com/pw-darwin.git/blobdiff_plain/64f057143b18b4110b24c745b8aefcc8da518d76..abdbf0ce5b290f2af7177279704ab6c0c83a2a2b:/libc/gen/pw_scan.h diff --git a/libc/gen/pw_scan.h b/libc/gen/pw_scan.h index 3bc6201..468096c 100644 --- a/libc/gen/pw_scan.h +++ b/libc/gen/pw_scan.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. @@ -31,11 +27,10 @@ * SUCH DAMAGE. * * @(#)pw_scan.h 8.1 (Berkeley) 4/1/94 - * - * $FreeBSD$ + * $FreeBSD$ */ #define _PWSCAN_MASTER 0x01 #define _PWSCAN_WARN 0x02 -extern int __pw_scan __P((char *, struct passwd *, int)); +extern int __pw_scan(char *, struct passwd *, int);