ports/net/lambdamoo/files/patch-my-stat.h
Robert Clausecker f0c5bad08a net/lambdamoo: fix build on current FreeBSD, define LICENSE
- this has some seriously ancient autotools stuff in it
 - it doesn't even quite work these days

MFH:		2024Q2
2024-10-21 11:36:02 +02:00

14 lines
386 B
C

--- my-stat.h.orig 2024-10-18 08:58:26 UTC
+++ my-stat.h
@@ -31,11 +31,6 @@ extern int mkfifo(const char *, mode_t);
extern int mkfifo(const char *, mode_t);
#endif
-#if !HAVE_MKFIFO
-extern int mknod(const char *file, int mode, int dev);
-#define mkfifo(path, mode) mknod(path, S_IFIFO | (mode), 0)
-#endif
-
/*
* $Log: my-stat.h,v $
* Revision 1.3 1998/12/14 13:18:15 nop