summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorpedro <pedro@openbsd.org>2006-09-22 16:20:35 +0000
committerpedro <pedro@openbsd.org>2006-09-22 16:20:35 +0000
commit09379bcd9da63a3a156b2dfff1dcfdfde5e681e4 (patch)
tree321e785d5c8f615d331fbf596ea301fe414d3559 /lib/libc
parentregen (diff)
downloadwireguard-openbsd-09379bcd9da63a3a156b2dfff1dcfdfde5e681e4.tar.xz
wireguard-openbsd-09379bcd9da63a3a156b2dfff1dcfdfde5e681e4.zip
Remove reference to LFS, okay deraadt@
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/makelintstub.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/sys/makelintstub.sh b/lib/libc/sys/makelintstub.sh
index 308bdccbd58..6319b266c4d 100644
--- a/lib/libc/sys/makelintstub.sh
+++ b/lib/libc/sys/makelintstub.sh
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $OpenBSD: makelintstub.sh,v 1.6 2006/03/13 18:59:32 moritz Exp $
+# $OpenBSD: makelintstub.sh,v 1.7 2006/09/22 16:20:35 pedro Exp $
# $NetBSD: makelintstub,v 1.2 1997/11/05 05:46:18 thorpej Exp $
#
# Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved.
@@ -51,7 +51,6 @@ header()
#include <sys/stat.h>
#include <ufs/ufs/quota.h>
#include <ufs/ufs/inode.h>
- #include <ufs/lfs/lfs.h>
#include <sys/resource.h>
#include <sys/poll.h>
#include <sys/uio.h>