mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
- this has some seriously ancient autotools stuff in it - it doesn't even quite work these days MFH: 2024Q2
14 lines
386 B
C
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
|