repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 4fbdcf7f7a808c851ee04254843bd53254f5b2f6: path_to: revision_to:
commit 4fbdcf7f7a808c851ee04254843bd53254f5b2f6 Author: Marc LehmannDate: Thu Aug 2 13:54:17 2007 +0000 inconsequential changes diff --git a/ptytty.m4 b/ptytty.m4
--- a/ptytty.m4
+++ b/ptytty.m4
@@ -306,7 +306,7 @@ AC_CACHE_CHECK(where wtmp is located, path_wtmp,
main()
{
char **w, *wtmplist[] = {
- "/var/log/wtmp", "/var/adm/wtmp", "/etc/wtmp", "/usr/etc/wtmp", "/usr/adm/wtmp", NULL };
+ "/var/log/wtmp", "/var/adm/wtmp", "/etc/wtmp", "/usr/etc/wtmp", "/usr/adm/wtmp", NULL };
FILE *a, *f=fopen("conftestval", "w");
if (!f) exit(1);
#ifdef WTMP_FILE
@@ -342,7 +342,7 @@ AC_CACHE_CHECK(where wtmpx is located, path_wtmpx,
main()
{
char **w, *wtmplist[] = {
- "/var/log/wtmpx", "/var/adm/wtmpx", NULL };
+ "/var/log/wtmpx", "/var/adm/wtmpx", NULL };
FILE *a, *f=fopen("conftestval", "w");
if (!f) exit(1);
#ifdef WTMPX_FILE
diff --git a/src/libptytty.h b/src/libptytty.h
--- a/src/libptytty.h
+++ b/src/libptytty.h
@@ -9,7 +9,7 @@
// C++ API
struct ptytty {
- int pty; // pty file descriptor; connected to rxvt
+ int pty; // pty file descriptor; connected to terminal emulator
int tty; // tty file descriptor; connected to child
virtual ~ptytty ()
diff --git a/src/proxy.C b/src/proxy.C
--- a/src/proxy.C +++ b/src/proxy.C @@ -321,7 +321,7 @@ ptytty::init () uid_t uid = getuid (); gid_t gid = getgid (); - + // before doing anything else, check for setuid/setgid operation, // start the helper process and drop privileges if (uid != geteuid ()
-----END OF PAGE-----