repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 4fbdcf7f7a808c851ee04254843bd53254f5b2f6:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 4fbdcf7f7a808c851ee04254843bd53254f5b2f6
Author: Marc Lehmann 
Date:   Thu Aug 2 13:54:17 2007 +0000

    inconsequential changes

diff --git a/ptytty.m4 b/ptytty.m4
index 379480c07e9d21b0aa89a0e22e3190411bc9160a..
index ..e7f6cb66608c3155049b0ea5ed8ad5106c1a6ac0 100644
--- 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
index 0dad6a4e73a082714b440da0792ca9b5220c4e9f..
index ..2a644a4f7fe8782e1541dfc37baacec26b122ae1 100644
--- 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
index 81f3557c83a0b22e770a2060dd02e091b8e36c4b..
index ..887f41ce7bb12fca217e80c256303b0bb82dbabc 100644
--- 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-----