diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2017-03-12 23:28:15 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2017-03-12 23:28:15 +0000 |
commit | 07c54efd0d110664da36330577b4ab28ffbfdb05 (patch) | |
tree | f8eafbbf7919e3a205d0371d96a287fb40c07382 /include/Makefile | |
parent | 8faeb85412ca53e7208a394cd9bdab1882416189 (diff) |
<struct.h> is unused and should not be used. Delete it.
ok millert@ deraadt@ kettenis@
Diffstat (limited to 'include/Makefile')
-rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index a2e53761e5e..8f9f24fc5f5 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.217 2017/01/27 13:30:39 jsg Exp $ +# $OpenBSD: Makefile,v 1.218 2017/03/12 23:28:13 guenther Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -18,7 +18,7 @@ FILES= a.out.h ar.h asr.h assert.h bitstring.h blf.h bsd_auth.h \ nlist.h nl_types.h paths.h poll.h pwd.h ranlib.h readpassphrase.h \ regex.h resolv.h rmd160.h search.h setjmp.h sha1.h sha2.h signal.h \ siphash.h sndio.h spawn.h stdbool.h stddef.h stdio.h stdlib.h \ - string.h strings.h struct.h sysexits.h tar.h tgmath.h tib.h time.h \ + string.h strings.h sysexits.h tar.h tgmath.h tib.h time.h \ ttyent.h unistd.h utime.h utmp.h uuid.h vis.h wchar.h wctype.h MFILES= frame.h |