diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-04-29 23:07:35 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-04-29 23:07:35 +0000 |
commit | 91241f1457d2391f2885761d5df423eb7a4d893e (patch) | |
tree | ae5ed8c06fed1f1809c0a9d26a4a1f18f2287b8c /osdep-netbsd.c | |
parent | ce989a91d1c713300503b4631f29fbf456561701 (diff) | |
download | rtmux-91241f1457d2391f2885761d5df423eb7a4d893e.tar.gz rtmux-91241f1457d2391f2885761d5df423eb7a4d893e.tar.bz2 rtmux-91241f1457d2391f2885761d5df423eb7a4d893e.zip |
Apply the make magic wand to pick an osdep-*.c file rather than using ifdefs.
Diffstat (limited to 'osdep-netbsd.c')
-rw-r--r-- | osdep-netbsd.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/osdep-netbsd.c b/osdep-netbsd.c index 927f6cff..96fd892a 100644 --- a/osdep-netbsd.c +++ b/osdep-netbsd.c @@ -14,8 +14,6 @@ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#ifdef __NetBSD__ - #include <sys/param.h> #include <sys/proc.h> #include <sys/stat.h> @@ -118,5 +116,3 @@ retry: free(buf); return (name); } - -#endif |