1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/www/vrweb/files/patch-ab
Yukihiro Nakai 4f9241fa57 Revert my delete, and set this MAINTAINER to ports.
Vrweb is obsolete by its authors and the new version is
java-based VRWave ( not ported yet ) so I don't work
around this but somebody may make this port works again..
1999-10-20 10:59:09 +00:00

13 lines
344 B
Plaintext

*** src/common/OS/directory.C.orig Mon Jun 23 02:29:52 1997
--- src/common/OS/directory.C Mon Jun 23 02:31:27 1997
***************
*** 32,37 ****
--- 32,38 ----
* includes <sys/dir.h>, which is silly because <sys/dir.h>
* needs <sys/types.h>.
*/
+ #include <machine/types.h>
#include "types.h"
#ifdef apollo
#include <sys/dir.h>