diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-04-05 16:17:07 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-04-05 16:17:07 +0000 |
commit | 70050f0ac5d1ef3a1388c6e2b7434809a15d13bf (patch) | |
tree | 5165dfc6613d24de44374e6e22e6eca68e7f243c /devel/upnp104/files/patch-upnp::src::inc::sysdep.h | |
parent | modify tools.c and set default locale to zh_CN.EUC (diff) |
update to upnp 1.2.1
Noticed by: Steve Drew <sdrew@shaw.ca>
Notes
Notes:
svn path=/head/; revision=78305
Diffstat (limited to 'devel/upnp104/files/patch-upnp::src::inc::sysdep.h')
-rw-r--r-- | devel/upnp104/files/patch-upnp::src::inc::sysdep.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/upnp104/files/patch-upnp::src::inc::sysdep.h b/devel/upnp104/files/patch-upnp::src::inc::sysdep.h new file mode 100644 index 000000000000..7f7675ef7f5b --- /dev/null +++ b/devel/upnp104/files/patch-upnp::src::inc::sysdep.h @@ -0,0 +1,11 @@ +--- upnp/src/inc/sysdep.h.orig Wed Jan 15 07:57:19 2003 ++++ upnp/src/inc/sysdep.h Sat Apr 5 23:20:48 2003 +@@ -19,7 +19,7 @@ + + #include <sys/types.h> + #include <sys/time.h> +-#include <sys/sysinfo.h> ++//#include <sys/sysinfo.h> + #include "ithread.h" + + /* change to point to where MD5 .h's live */ |