Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/swapctl Explicitly include sys/ioctl.h



details:   https://anonhg.NetBSD.org/src/rev/97d95980f4e9
branches:  trunk
changeset: 783628:97d95980f4e9
user:      dsl <dsl%NetBSD.org@localhost>
date:      Tue Jan 01 19:01:10 2013 +0000

description:
Explicitly include sys/ioctl.h

diffstat:

 sbin/swapctl/swapctl.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 40b7f1be0238 -r 97d95980f4e9 sbin/swapctl/swapctl.c
--- a/sbin/swapctl/swapctl.c    Tue Jan 01 18:44:27 2013 +0000
+++ b/sbin/swapctl/swapctl.c    Tue Jan 01 19:01:10 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: swapctl.c,v 1.38 2012/12/26 10:15:28 mlelstv Exp $     */
+/*     $NetBSD: swapctl.c,v 1.39 2013/01/01 19:01:10 dsl Exp $ */
 
 /*
  * Copyright (c) 1996, 1997, 1999 Matthew R. Green
@@ -64,11 +64,12 @@
 #include <sys/cdefs.h>
 
 #ifndef lint
-__RCSID("$NetBSD: swapctl.c,v 1.38 2012/12/26 10:15:28 mlelstv Exp $");
+__RCSID("$NetBSD: swapctl.c,v 1.39 2013/01/01 19:01:10 dsl Exp $");
 #endif
 
 
 #include <sys/param.h>
+#include <sys/ioctl.h>
 #include <sys/stat.h>
 #include <sys/swap.h>
 #include <sys/sysctl.h>



Home | Main Index | Thread Index | Old Index