Fix minor style nit.

This commit is contained in:
David E. O'Brien 2002-01-31 17:26:37 +00:00
parent 13696e0464
commit ec4c2e3605

View file

@ -33,10 +33,12 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#if 0
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)getusershell.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/param.h>