summaryrefslogtreecommitdiffstats
path: root/sbin/swapon/swapon.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/swapon/swapon.c')
-rw-r--r--sbin/swapon/swapon.c17
1 files changed, 8 insertions, 9 deletions
diff --git a/sbin/swapon/swapon.c b/sbin/swapon/swapon.c
index eb7e643..0480b17 100644
--- a/sbin/swapon/swapon.c
+++ b/sbin/swapon/swapon.c
@@ -29,27 +29,28 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#ifndef lint
-static char copyright[] =
+static const char copyright[] =
"@(#) Copyright (c) 1980, 1993\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
+#if 0
static char sccsid[] = "@(#)swapon.c 8.1 (Berkeley) 6/5/93";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
-#include <fstab.h>
+#include <err.h>
#include <errno.h>
+#include <fstab.h>
#include <stdio.h>
-#include <stdlib.h>
-#include <unistd.h>
#include <string.h>
-#include <err.h>
+#include <unistd.h>
static void usage __P((void));
int add __P((char *name, int ignoreebusy));
@@ -57,8 +58,6 @@ int add __P((char *name, int ignoreebusy));
int
main(int argc, char **argv)
{
- extern char *optarg;
- extern int optind;
register struct fstab *fsp;
register int stat;
int ch, doall;
OpenPOWER on IntegriCloud