Fix vendor ID (mostly obtained from Rev 1.1).

This commit is contained in:
Mike Barcroft 2002-03-05 05:17:30 +00:00
parent 3ff2c61db8
commit 51883012f6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91664

View File

@ -34,20 +34,21 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#if 0
#ifndef lint
static const char copyright[] =
static char copyright[] =
"@(#) Copyright (c) 1990, 1993\n\
The Regents of the University of California. All rights reserved.\n";
#endif
#endif /* not lint */
#ifndef lint
static const char sccsid[] = "@(#)xargs.c 8.1 (Berkeley) 6/6/93";
static char sccsid[] = "@(#)xargs.c 8.1 (Berkeley) 6/6/93";
#endif /* not lint */
#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <sys/wait.h>