PERFORCE change 90247 for review
Robert Watson
rwatson at FreeBSD.org
Mon Jan 23 22:06:06 GMT 2006
http://perforce.freebsd.org/chv.cgi?CH=90247
Change 90247 by rwatson at rwatson_peppercorn on 2006/01/23 22:05:39
Further style tweaks.
Affected files ...
.. //depot/projects/trustedbsd/openbsm/bin/praudit/praudit.c#4 edit
Differences ...
==== //depot/projects/trustedbsd/openbsm/bin/praudit/praudit.c#4 (text+ko) ====
@@ -40,14 +40,14 @@
#include <stdlib.h>
#include <unistd.h>
-extern char *optarg;
-extern int optind, optopt, opterr,optreset;
+extern char *optarg;
+extern int optind, optopt, opterr,optreset;
-static char *del = ","; /* Default delimiter. */
-static int oneline = 0;
-static int raw = 0;
-static int shortfrm = 0;
-static int partial = 0;
+static char *del = ","; /* Default delimiter. */
+static int oneline = 0;
+static int raw = 0;
+static int shortfrm = 0;
+static int partial = 0;
static void
usage()
@@ -66,7 +66,7 @@
u_char *buf;
tokenstr_t tok;
int reclen;
- int bytesread;
+ int bytesread;
/* Allow tail -f | praudit to work. */
if (partial) {
@@ -104,7 +104,7 @@
{
char ch;
int i;
- FILE *fp;
+ FILE *fp;
while ((ch = getopt(argc, argv, "lprsd:")) != -1) {
switch(ch) {
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list