X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/5069f45519a705500db89aea9a2924c64ce3c258..7cfd531a3bf703c2ef3f01a325d0f976c2294303:/bin/cp/extern.h diff --git a/bin/cp/extern.h b/bin/cp/extern.h index e261e22a76..ad74008b8e 100644 --- a/bin/cp/extern.h +++ b/bin/cp/extern.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,8 +27,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.2 (Berkeley) 4/1/94 - * $FreeBSD: src/bin/cp/extern.h,v 1.19 2004/04/06 20:06:44 markm $ - * $DragonFly: src/bin/cp/extern.h,v 1.5 2005/02/28 23:15:35 corecode Exp $ + * $FreeBSD$ */ typedef struct { @@ -42,7 +37,7 @@ typedef struct { } PATH_T; extern PATH_T to; -extern int fflag, iflag, nflag, pflag, vflag; +extern int fflag, iflag, lflag, nflag, pflag, vflag; extern volatile sig_atomic_t info; __BEGIN_DECLS