diff options
| author | ad <ad@NetBSD.org> | 2007-02-09 22:08:48 +0000 |
|---|---|---|
| committer | ad <ad@NetBSD.org> | 2007-02-09 22:08:48 +0000 |
| commit | 401499f30e43e9ebf55c065c70fbb3c8d2ea39cd (patch) | |
| tree | 562788dc7eb8b22c4887be2afd92ceb8ac0ebfc9 /lib/libc/sys | |
| parent | b07ec3fc388a5aeae51e8871aa89eefea3ce1e53 (diff) | |
Sync with kernel changes introduced by merging the newlock2 branch.
Diffstat (limited to 'lib/libc/sys')
| -rwxr-xr-x | lib/libc/sys/makelintstub | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/sys/makelintstub b/lib/libc/sys/makelintstub index f7b5258a1ff..8acd512f353 100755 --- a/lib/libc/sys/makelintstub +++ b/lib/libc/sys/makelintstub @@ -1,5 +1,5 @@ #!/bin/sh - -# $NetBSD: makelintstub,v 1.17 2006/06/18 14:28:12 christos Exp $ +# $NetBSD: makelintstub,v 1.18 2007/02/09 22:08:48 ad Exp $ # # Copyright (c) 1996, 1997 Christopher G. Demetriou # All rights reserved. @@ -56,7 +56,6 @@ header() #include <sys/time.h> #include <sys/mount.h> #include <sys/stat.h> - #include <sys/sa.h> #include <ufs/ufs/dinode.h> #include <ufs/lfs/lfs.h> #include <sys/resource.h> |
