]> git.pld-linux.org Git - packages/Eterm.git/commitdiff
- outdated.
authorkloczek <kloczek@pld-linux.org>
Tue, 9 Nov 1999 00:33:05 +0000 (00:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Eterm-utempter.patch -> 1.2

Eterm-utempter.patch [deleted file]

diff --git a/Eterm-utempter.patch b/Eterm-utempter.patch
deleted file mode 100644 (file)
index 9a4d303..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -ur Eterm-0.8.9.orig/src/command.c Eterm-0.8.9/src/command.c
---- Eterm-0.8.9.orig/src/command.c     Fri Apr 23 22:56:49 1999
-+++ Eterm-0.8.9/src/command.c  Wed Jun 16 16:05:56 1999
-@@ -520,8 +520,13 @@
- /* extern functions referenced */
- #ifdef UTMP_SUPPORT
-+/*
- extern void cleanutent(void);
- extern void makeutent(const char *, const char *);
-+*/
-+#include <utempter.h>
-+#  define cleanutent() removeFromUtmp()
-+#  define makeutent(pty, hostname) addToUtmp(pty, display_name, ptyfd);
- #else
- #  define cleanutent() ((void)(0))
This page took 0.129982 seconds and 4 git commands to generate.