From be909b1cd5a41c47e5c3a720a53651a81e158c68 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 11 Jul 2000 17:52:22 +0000 Subject: Forgot to commit these cleanups it seems. -Erik --- util-linux/dmesg.c | 1 - util-linux/swaponoff.c | 1 - 2 files changed, 2 deletions(-) (limited to 'util-linux') diff --git a/util-linux/dmesg.c b/util-linux/dmesg.c index b6c990d99..df2bce713 100644 --- a/util-linux/dmesg.c +++ b/util-linux/dmesg.c @@ -23,7 +23,6 @@ #ifndef __alpha__ # define __NR_klogctl __NR_syslog -#include static inline _syscall3(int, klogctl, int, type, char *, b, int, len); #else /* __alpha__ */ #define klogctl syslog diff --git a/util-linux/swaponoff.c b/util-linux/swaponoff.c index bb8395fa4..b43f3cdc1 100644 --- a/util-linux/swaponoff.c +++ b/util-linux/swaponoff.c @@ -28,7 +28,6 @@ #include #include #include -#include _syscall2(int, swapon, const char *, path, int, flags); _syscall1(int, swapoff, const char *, path); -- cgit v1.2.3