Use __FBSDID().

This commit is contained in:
Mark Murray 2001-12-02 20:40:22 +00:00
parent 51e2220c27
commit 4100f6cb7d

View file

@ -34,16 +34,15 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#ifndef lint
#if 0
static const char sccsid[] = "@(#)apply.c 8.4 (Berkeley) 4/4/94";
#endif
static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include <sys/types.h>
#include <sys/wait.h>
#include <ctype.h>