summaryrefslogtreecommitdiff
path: root/src/minidentd/mgetuid-default.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/minidentd/mgetuid-default.c')
-rw-r--r--src/minidentd/mgetuid-default.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/minidentd/mgetuid-default.c b/src/minidentd/mgetuid-default.c
deleted file mode 100644
index 5c9f1d2..0000000
--- a/src/minidentd/mgetuid-default.c
+++ /dev/null
@@ -1,16 +0,0 @@
-/* ISC license. */
-
-#include <sys/types.h>
-#include <stdint.h>
-#include <errno.h>
-#include <skalibs/ip46.h>
-#include "mgetuid.h"
-
-uid_t mgetuid (ip46_t const *localaddr, uint16_t localport, ip46_t const *remoteaddr, uint16_t remoteport)
-{
- (void)localaddr ;
- (void)localport ;
- (void)remoteaddr ;
- (void)remoteport ;
- return (errno = ENOSYS, -2) ;
-}