diff options
author | 2006-09-22 16:20:35 +0000 | |
---|---|---|
committer | 2006-09-22 16:20:35 +0000 | |
commit | 09379bcd9da63a3a156b2dfff1dcfdfde5e681e4 (patch) | |
tree | 321e785d5c8f615d331fbf596ea301fe414d3559 /lib/libc | |
parent | regen (diff) | |
download | wireguard-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.sh | 3 |
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> |