1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90030

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>