Use __FBSDID().

This commit is contained in:
markm 2001-12-02 20:40:22 +00:00
parent d46c91fd8b
commit a7016d6ca8

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>