]> andersk Git - moira.git/blobdiff - server/mr_srvdata.c
make privileged (in access check) a global
[moira.git] / server / mr_srvdata.c
index 12e97b729fb3d55ef2404413e1cb1149d44dc86b..0118d46a0e41fac2968a6bbeab718ee1340f526c 100644 (file)
  */
 
 #ifndef lint
-static char *rcsid_sms_srvdata_c = "$Header$";
+static char *rcsid_mr_srvdata_c = "$Header$";
 #endif lint
 
 #include <mit-copyright.h>
-#include "sms_server.h"
+#include "mr_server.h"
 
 /*
  * Connections & clients:
@@ -45,7 +45,7 @@ struct sockaddr_in client_addr;
 int client_addrlen;
 /*
  * Additional data sent at connect time by the client
- * (provided by GDB; ignored by SMS)
+ * (provided by GDB; ignored by Moira)
  */
 TUPLE client_tuple;
 
@@ -59,7 +59,7 @@ char *whoami;
 char buf1[BUFSIZ];
 
 /*
- * If non-null, reason for shutdown.  (SMS will be going down shortly
+ * If non-null, reason for shutdown.  (Moira will be going down shortly
  * if this is non-null)
  */
 char *takedown=NULL;
This page took 0.045425 seconds and 4 git commands to generate.