diff lib-src/emacsclient.c @ 16218:32f82ca8b41f

Replaced all BSD with BSD_SYSTEM.
author Karl Heuer <kwzh@gnu.org>
date Tue, 17 Sep 1996 02:37:17 +0000
parents a649abfefbb1
children 9c7e0c926ed5
line wrap: on
line diff
--- a/lib-src/emacsclient.c	Mon Sep 16 19:00:18 1996 +0000
+++ b/lib-src/emacsclient.c	Tue Sep 17 02:37:17 1996 +0000
@@ -259,7 +259,7 @@
       exit (1);
     }
 
-#ifdef BSD
+#ifdef BSD_SYSTEM
   cwd = getwd (string);
 #else
   cwd = getcwd (string, sizeof string);
@@ -374,7 +374,7 @@
     }
 
   /* Determine working dir, so we can prefix it to all the arguments.  */
-#ifdef BSD
+#ifdef BSD_SYSTEM
   temp = getwd (gwdirb);
 #else
   temp = getcwd (gwdirb, sizeof gwdirb);