diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2009-04-21 19:14:34 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2009-04-21 19:14:34 +0000 |
commit | b4cd96cb49242a7edc07ed78f44d922a7bb24889 (patch) | |
tree | c64bdf7bf513e1fc7d2688a7098df6e58a3cd58a | |
parent | a0bda9e19d918b731594a2be6f44091a47974f4d (diff) |
move src/lib/libsndio/sndio.h into src/include where other include
files leave.
requested by deraadt@, ok miod@
-rw-r--r-- | include/Makefile | 10 | ||||
-rw-r--r-- | include/sndio.h (renamed from lib/libsndio/sndio.h) | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/include/Makefile b/include/Makefile index 59613fac720..2c5b2ac3473 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.148 2008/10/27 00:26:33 ratchov Exp $ +# $OpenBSD: Makefile,v 1.149 2009/04/21 19:14:33 ratchov Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -19,8 +19,9 @@ FILES= a.out.h ar.h assert.h bitstring.h blf.h bm.h bsd_auth.h cast.h \ md5.h memory.h mpool.h ndbm.h netdb.h netgroup.h nlist.h nl_types.h \ ohash.h paths.h poll.h pwd.h ranlib.h re_comp.h \ readpassphrase.h regex.h resolv.h rmd160.h search.h setjmp.h \ - sgtty.h sha1.h sha2.h skipjack.h signal.h stab.h stdbool.h stddef.h \ - stdio.h stdlib.h string.h strings.h struct.h sysexits.h tar.h \ + sgtty.h sha1.h sha2.h skipjack.h signal.h sndio.h stab.h \ + stdbool.h stddef.h stdio.h stdlib.h \ + string.h strings.h struct.h sysexits.h tar.h \ time.h ttyent.h tzfile.h unistd.h utime.h utmp.h vis.h \ wchar.h wctype.h @@ -41,8 +42,7 @@ LDIRS= altq crypto ddb dev isofs miscfs net netatalk netinet netinet6 \ RDIRS= ../lib/libpthread ../lib/libcompat ../lib/libcurses \ ../lib/libform ../lib/libssl ../lib/libmenu \ ../lib/libocurses ../lib/libossaudio ../lib/libpanel ../lib/librpcsvc \ - ../lib/libsndio ../lib/libskey ../lib/libsectok \ - ../lib/libedit ../lib/libexpat \ + ../lib/libskey ../lib/libsectok ../lib/libedit ../lib/libexpat \ ../lib/libpcap ../lib/libutil ../lib/libusbhid ../lib/libwrap \ ../lib/libz ../lib/libkeynote ../lib/libevent ../usr.bin/lex \ ../gnu/lib/libreadline ../gnu/usr.sbin/sendmail/libmilter \ diff --git a/lib/libsndio/sndio.h b/include/sndio.h index 8a5295e19e6..bf68e9c8515 100644 --- a/lib/libsndio/sndio.h +++ b/include/sndio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sndio.h,v 1.8 2009/04/13 16:05:50 ratchov Exp $ */ +/* $OpenBSD: sndio.h,v 1.1 2009/04/21 19:14:33 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * |