Whitespace nits.

This commit is contained in:
tsutsui 2005-04-21 13:52:27 +00:00
parent de3e1bac97
commit ab74ed35be
3 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: devopen.c,v 1.1 2005/04/18 16:27:54 tsutsui Exp $ */ /* $NetBSD: devopen.c,v 1.2 2005/04/21 13:52:27 tsutsui Exp $ */
/*- /*-
* Copyright (c) 1992, 1993 * Copyright (c) 1992, 1993
@ -82,7 +82,7 @@ devopen(struct open_file *f, const char *fname, char **file)
} }
#endif #endif
#ifdef sgimips #ifdef sgimips
/* /*
* If device starts with a PCI bus specifier, skip past it so the * If device starts with a PCI bus specifier, skip past it so the
* device-matching code below gets the actual device type. Leave * device-matching code below gets the actual device type. Leave
* fname as is, since it'll be passed back to ARCS to open the * fname as is, since it'll be passed back to ARCS to open the
@ -94,7 +94,7 @@ devopen(struct open_file *f, const char *fname, char **file)
if (*ncp) if (*ncp)
cp = ncp; cp = ncp;
} }
/* /*
* Look for a string like 'scsi(0)disk(0)rdisk(0)partition(0)netbsd' * Look for a string like 'scsi(0)disk(0)rdisk(0)partition(0)netbsd'
* or 'dksc(0,0,0)/netbsd' (the file can either be a relative path * or 'dksc(0,0,0)/netbsd' (the file can either be a relative path

View File

@ -1,4 +1,4 @@
/* $NetBSD: getopt.c,v 1.1 2005/04/18 16:27:54 tsutsui Exp $ */ /* $NetBSD: getopt.c,v 1.2 2005/04/21 13:52:27 tsutsui Exp $ */
/* /*
* Copyright (c) 1987, 1993, 1994 * Copyright (c) 1987, 1993, 1994
@ -32,7 +32,7 @@
/* from: netbsd:lib/libc/stdlib/getopt.c */ /* from: netbsd:lib/libc/stdlib/getopt.c */
#include <lib/libsa/stand.h> #include <lib/libsa/stand.h>
#include <lib/libkern/libkern.h> #include <lib/libkern/libkern.h>
int opterr = 1, /* if error message should be printed */ int opterr = 1, /* if error message should be printed */
optind = 1, /* index into parent argv vector */ optind = 1, /* index into parent argv vector */

View File

@ -1,4 +1,4 @@
/* $NetBSD: start.S,v 1.1 2005/04/18 16:27:54 tsutsui Exp $ */ /* $NetBSD: start.S,v 1.2 2005/04/21 13:52:27 tsutsui Exp $ */
/*- /*-
* Copyright (c) 1999 The NetBSD Foundation, Inc. * Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -78,7 +78,7 @@
* Copyright (C) 1989 Digital Equipment Corporation. * Copyright (C) 1989 Digital Equipment Corporation.
* Permission to use, copy, modify, and distribute this software and * Permission to use, copy, modify, and distribute this software and
* its documentation for any purpose and without fee is hereby granted, * its documentation for any purpose and without fee is hereby granted,
* provided that the above copyright notice appears in all copies. * provided that the above copyright notice appears in all copies.
* Digital Equipment Corporation makes no representations about the * Digital Equipment Corporation makes no representations about the
* suitability of this software for any purpose. It is provided "as is" * suitability of this software for any purpose. It is provided "as is"
* without express or implied warranty. * without express or implied warranty.