1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-08 14:26:01 +00:00

Minor formatting and style fixes.

This commit is contained in:
Bruce Evans 1997-08-25 23:36:23 +00:00
parent 8e5aa32a09
commit f9a4e5c528
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=28762
2 changed files with 10 additions and 4 deletions

View File

@ -1,9 +1,12 @@
/* $Id: linux_genassym.c,v 1.4 1997/02/22 09:38:21 peter Exp $ */
/* $Id: linux_genassym.c,v 1.5 1997/07/20 16:05:56 bde Exp $ */
#include <stdio.h>
#include <sys/param.h>
#include <i386/linux/linux.h>
extern int main __P((void));
int main __P((void));
int
main()

View File

@ -1,9 +1,12 @@
/* $Id: linux_genassym.c,v 1.4 1997/02/22 09:38:21 peter Exp $ */
/* $Id: linux_genassym.c,v 1.5 1997/07/20 16:05:56 bde Exp $ */
#include <stdio.h>
#include <sys/param.h>
#include <i386/linux/linux.h>
extern int main __P((void));
int main __P((void));
int
main()