summaryrefslogtreecommitdiff
path: root/net-misc/telnet-bsd/files/telnet-bsd-1.2-musl.patch
blob: 0194015968a754d453b7cd1ca3ff7b1f66ccfa6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
diff --git a/telnet/misc-proto.h b/telnet/misc-proto.h
index 5845751..777a700 100644
--- a/telnet/misc-proto.h
+++ b/telnet/misc-proto.h
@@ -63,7 +63,7 @@
 #ifndef	__MISC_PROTO__
 #define	__MISC_PROTO__
 
-#include <sys/cdefs.h>
+#define	__P(protos) protos /* full-blown ANSI C */
 
 void auth_encrypt_init __P((char *, char *, char *, int));
 void auth_encrypt_user __P((char *));
diff --git a/telnet/ring.h b/telnet/ring.h
index 9ef8fb8..65762b2 100644
--- a/telnet/ring.h
+++ b/telnet/ring.h
@@ -28,8 +28,8 @@
  *
  */
 
-#include <sys/cdefs.h>
 #include <sys/types.h>
+#define	__P(protos) protos /* full-blown ANSI C */
 #define P __P
 
 /*
diff --git a/telnetd/sys_term.c b/telnetd/sys_term.c
index 31897d8..3c43f8f 100644
--- a/telnetd/sys_term.c
+++ b/telnetd/sys_term.c
@@ -838,8 +838,10 @@ cleanup (int sig)
    * receive another signal while we're in that function. */
   sigfillset(&sigset);
   sigprocmask(SIG_SETMASK, &sigset, &sigset);
+#if defined(logwtmp)
   if (logout (p))
     logwtmp (p, "", "");
+#endif
   sigprocmask(SIG_SETMASK, &sigset, NULL);
 #ifdef PARANOID_TTYS
   /*