]> andersk Git - moira.git/commitdiff
.dc -> .pc
authordanw <danw>
Wed, 29 Jan 1997 23:18:52 +0000 (23:18 +0000)
committerdanw <danw>
Wed, 29 Jan 1997 23:18:52 +0000 (23:18 +0000)
16 files changed:
gen/Imakefile
gen/hesiod.pc [moved from gen/hesiod.dc with 100% similarity]
gen/hosts.pc [moved from gen/hosts.dc with 100% similarity]
gen/mailhub.pc [moved from gen/mailhub.dc with 100% similarity]
gen/moddiff.pc [moved from gen/moddiff.dc with 100% similarity]
gen/network.pc [moved from gen/networks.dc with 100% similarity]
gen/nfs.pc [moved from gen/nfs.dc with 100% similarity]
gen/passwd.pc [moved from gen/passwd.dc with 100% similarity]
gen/pobox.pc [moved from gen/pobox.dc with 100% similarity]
gen/sis.pc [moved from gen/sis.dc with 99% similarity]
regtape/Imakefile
regtape/employee.pc [moved from regtape/employee.dc with 100% similarity]
regtape/sign.pc [moved from regtape/sign.dc with 100% similarity]
regtape/students.pc [moved from regtape/students.dc with 100% similarity]
regtape/verify.pc [moved from regtape/verify.dc with 100% similarity]
regtape/vote.pc [moved from regtape/vote.dc with 100% similarity]

index ddb7c10fc55d49255c5b491a1acadb846a2505e5..8be5aac06e7d5a4b75b8a8ed76e3dbdc3f198612 100644 (file)
@@ -12,26 +12,26 @@ SRCDIR = $(SRCTOP)/gen
 #ifdef GDSS
 SRCS = util.c moddiff.c passwd.c hesiod.c \
        nfs.c mailhub.c sis.c pobox.c \
-       hosts.c networks.c
+       hosts.c network.c
 OBJS = util.o moddiff.o passwd.o hesiod.o \
        nfs.o mailhub.o sis.o pobox.o \
-       hosts.o networks.o
-CODE = util.c moddiff.dc passwd.dc hesiod.dc \
-       nfs.dc mailhub.dc sis.dc pobox.dc \
-       hosts.dc networks.dc
+       hosts.o network.o
+CODE = util.c moddiff.pc passwd.pc hesiod.pc \
+       nfs.pc mailhub.pc sis.pc pobox.pc \
+       hosts.pc network.pc
 LIBS =  -L/usr/athena/lib ../lib/libmoira.a -lcom_err -lzephyr \
        ../server/libmrglue.a $(LIBGDSS) -lkrb -ldes -lhesiod ${SQL_LIB}
 DEFINES = $(GDSSINC)
 #else /* GDSS */
 SRCS = util.c moddiff.c passwd.c hesiod.c \
        nfs.c mailhub.c pobox.c \
-       hosts.c networks.c
+       hosts.c network.c
 OBJS = util.o moddiff.o passwd.o hesiod.o \
        nfs.o mailhub.o pobox.o \
-       hosts.o networks.o
-CODE = util.c moddiff.dc passwd.dc hesiod.dc \
-       nfs.dc mailhub.dc pobox.dc \
-       hosts.dc networks.dc
+       hosts.o network.o
+CODE = util.c moddiff.pc passwd.pc hesiod.pc \
+       nfs.pc mailhub.pc pobox.pc \
+       hosts.pc network.pc
 LIBS =  -L/usr/athena/lib ../lib/libmoira.a -lcom_err -lzephyr \
        ../server/libmrglue.a -lkrb -ldes -lhesiod ${SQL_LIB}
 DEFINES =
@@ -55,5 +55,5 @@ program(pobox.gen, pobox.o util.o moddiff.o,${MR_LIBDEP},${LIBS},${PROGDIR})
 sqlfile(pobox)
 program(hosts.gen, hosts.o util.o moddiff.o,${MR_LIBDEP},${LIBS},${PROGDIR})
 sqlfile(hosts)
-program(networks.gen, networks.o util.o moddiff.o,${MR_LIBDEP},${LIBS},${PROGDIR})
-sqlfile(networks)
+program(network.gen, network.o util.o moddiff.o,${MR_LIBDEP},${LIBS},${PROGDIR})
+sqlfile(network)
similarity index 100%
rename from gen/hesiod.dc
rename to gen/hesiod.pc
similarity index 100%
rename from gen/hosts.dc
rename to gen/hosts.pc
similarity index 100%
rename from gen/mailhub.dc
rename to gen/mailhub.pc
similarity index 100%
rename from gen/moddiff.dc
rename to gen/moddiff.pc
similarity index 100%
rename from gen/networks.dc
rename to gen/network.pc
similarity index 100%
rename from gen/nfs.dc
rename to gen/nfs.pc
similarity index 100%
rename from gen/passwd.dc
rename to gen/passwd.pc
similarity index 100%
rename from gen/pobox.dc
rename to gen/pobox.pc
similarity index 99%
rename from gen/sis.dc
rename to gen/sis.pc
index e7b0b6e6d3ca2f4cbad53f685d6a1eee2b37fb73..3c57503792e8a156f3470423c84419cf4e6f5521 100644 (file)
@@ -19,7 +19,7 @@
 #include <sys/stat.h>
 #include <sys/time.h>
 #include <sys/file.h>
-#include <strings.h>
+#include <string.h>
 #include <ctype.h>
 #include <fcntl.h>
 EXEC SQL INCLUDE sqlca;
index 39260ce6bd63dde824dda0377ff41630812cf7a2..de90c36fab1dc55ea1d175226d0600688cda35b8 100644 (file)
@@ -8,7 +8,7 @@
 # Imakefile for moira regtape programs.
 
 SRCS= students.c employee.c sign.c verify.c vote.c rafnu.c
-CODE= students.dc employee.dc sign.dc verify.dc vote.dc rafnu.c
+CODE= students.pc employee.pc sign.pc verify.pc vote.pc rafnu.c
 SRCDIR = $(SRCTOP)/regtape
 DEFINES = $(GDSSINC)
 sqlrule()
similarity index 100%
rename from regtape/employee.dc
rename to regtape/employee.pc
similarity index 100%
rename from regtape/sign.dc
rename to regtape/sign.pc
similarity index 100%
rename from regtape/students.dc
rename to regtape/students.pc
similarity index 100%
rename from regtape/verify.dc
rename to regtape/verify.pc
similarity index 100%
rename from regtape/vote.dc
rename to regtape/vote.pc
This page took 0.606034 seconds and 5 git commands to generate.