inconsequential changes
authorroot <root>
Thu, 2 Aug 2007 13:54:17 +0000 (13:54 +0000)
committerroot <root>
Thu, 2 Aug 2007 13:54:17 +0000 (13:54 +0000)
ptytty.m4
src/libptytty.h
src/proxy.C

index 379480c07e9d21b0aa89a0e22e3190411bc9160a..e7f6cb66608c3155049b0ea5ed8ad5106c1a6ac0 100644 (file)
--- 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
index 0dad6a4e73a082714b440da0792ca9b5220c4e9f..2a644a4f7fe8782e1541dfc37baacec26b122ae1 100644 (file)
@@ -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 ()
index 81f3557c83a0b22e770a2060dd02e091b8e36c4b..887f41ce7bb12fca217e80c256303b0bb82dbabc 100644 (file)
@@ -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 ()