svn rev #23456: trunk/src/ lib/apputils/

tlyu@MIT.EDU tlyu at MIT.EDU
Mon Dec 7 18:26:27 EST 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=23456
Commit By: tlyu
Log Message:
Mark lib/apputils.


Changed Files:
U   trunk/src/Makefile.in
U   trunk/src/lib/apputils/daemon.c
Modified: trunk/src/Makefile.in
===================================================================
--- trunk/src/Makefile.in	2009-12-07 22:36:41 UTC (rev 23455)
+++ trunk/src/Makefile.in	2009-12-07 23:26:27 UTC (rev 23456)
@@ -664,6 +664,7 @@
 	include \
 	kadmin \
 	kdc \
+	lib/apputils \
 	lib/crypto \
 	lib/kadm5 \
 	lib/kdb \
@@ -678,6 +679,7 @@
 	kadmin/cli/strftime.c \
 	kadmin/server/ipropd_svc.c \
 	kadmin/server/kadm_rpc_svc.c \
+	lib/apputils/daemon.c \
 	lib/kadm5/admin_xdr.h \
 	lib/kadm5/clnt/client_rpc.c \
 	lib/kadm5/kadm_rpc.h \
@@ -696,6 +698,7 @@
 	include/iprop.h \
 	include/k5-platform.h \
 	include/gssrpc \
+	lib/apputils/dummy.c \
 	lib/crypto/builtin/aes \
 	lib/krb5/krb/deltat.c \
 	lib/krb5/unicode \

Modified: trunk/src/lib/apputils/daemon.c
===================================================================
--- trunk/src/lib/apputils/daemon.c	2009-12-07 22:36:41 UTC (rev 23455)
+++ trunk/src/lib/apputils/daemon.c	2009-12-07 23:26:27 UTC (rev 23456)
@@ -1,3 +1,4 @@
+/* -*- mode: c; c-file-style: "bsd"; indent-tabs-mode: t -*- */
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.




More information about the cvs-krb5 mailing list