s/LINT/lint/

This commit is contained in:
ad 2002-03-01 11:29:46 +00:00
parent cc996740a3
commit 38b296bf9f
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pkill.c,v 1.1 2002/03/01 11:21:58 ad Exp $ */ /* $NetBSD: pkill.c,v 1.2 2002/03/01 11:29:46 ad Exp $ */
/*- /*-
* Copyright (c) 2002 The NetBSD Foundation, Inc. * Copyright (c) 2002 The NetBSD Foundation, Inc.
@ -37,9 +37,9 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
#ifndef LINT #ifndef lint
__RCSID("$NetBSD: pkill.c,v 1.1 2002/03/01 11:21:58 ad Exp $"); __RCSID("$NetBSD: pkill.c,v 1.2 2002/03/01 11:29:46 ad Exp $");
#endif /* !LINT */ #endif /* !lint */
#include <sys/types.h> #include <sys/types.h>
#include <sys/param.h> #include <sys/param.h>