diff options
author | Shenghou Ma <minux.ma@gmail.com> | 2014-02-27 23:17:47 -0500 |
---|---|---|
committer | Shenghou Ma <minux.ma@gmail.com> | 2014-02-27 23:17:47 -0500 |
commit | 20035ed43cfd67cddd01969e155794e1e057d9e6 (patch) | |
tree | b8d840938e7f506f433ff6abc0b816e0b7cf3206 /src/libip | |
parent | db800afb4e7b46df67feba70cda683f34110619b (diff) | |
download | plan9port-20035ed43cfd67cddd01969e155794e1e057d9e6.tar.gz plan9port-20035ed43cfd67cddd01969e155794e1e057d9e6.tar.bz2 plan9port-20035ed43cfd67cddd01969e155794e1e057d9e6.zip |
all: DragonFly port.
Fix compilation problems, libdraw still doesn't work right yet.
LGTM=rsc
R=rsc
https://codereview.appspot.com/67820046
Diffstat (limited to 'src/libip')
-rw-r--r-- | src/libip/DragonFly.c | 1 | ||||
-rw-r--r-- | src/libip/mkfile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/libip/DragonFly.c b/src/libip/DragonFly.c new file mode 100644 index 00000000..8710a5fd --- /dev/null +++ b/src/libip/DragonFly.c @@ -0,0 +1 @@ +#include "BSD.c" diff --git a/src/libip/mkfile b/src/libip/mkfile index d0099289..88b0fd99 100644 --- a/src/libip/mkfile +++ b/src/libip/mkfile @@ -20,7 +20,7 @@ HFILES=\ <$PLAN9/src/mksyslib -Darwin.$O FreeBSD.$O: BSD.c +Darwin.$O FreeBSD.$O DragonFly.$O: BSD.c testreadipifc: testreadipifc.o $LIBDIR/$LIB $LD -o testreadipifc testreadipifc.o |