aboutsummaryrefslogtreecommitdiff
path: root/libexec/ypxfr/yp_dbwrite.c
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1997-12-08 07:49:56 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1997-12-08 07:49:56 +0000
commit27eed7e3b4c4965abc52b651ed9523a4c3993f6d (patch)
treed80f9420bd2f59266a64851f78916f01c4501880 /libexec/ypxfr/yp_dbwrite.c
parent38de36c41cfe5489fec3161d405eea55e8be6f98 (diff)
downloadsrc-27eed7e3b4c4965abc52b651ed9523a4c3993f6d.tar.gz
src-27eed7e3b4c4965abc52b651ed9523a4c3993f6d.zip
Use full path in synopsis. Sort #includes. Use .Tn for NIS.
Notes
Notes: svn path=/head/; revision=31626
Diffstat (limited to 'libexec/ypxfr/yp_dbwrite.c')
-rw-r--r--libexec/ypxfr/yp_dbwrite.c23
1 files changed, 11 insertions, 12 deletions
diff --git a/libexec/ypxfr/yp_dbwrite.c b/libexec/ypxfr/yp_dbwrite.c
index e5ad7fd89fb1..c429c27f77e3 100644
--- a/libexec/ypxfr/yp_dbwrite.c
+++ b/libexec/ypxfr/yp_dbwrite.c
@@ -28,27 +28,26 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
- *
*/
+
+#ifndef lint
+static const char rcsid[] =
+ "$Id$";
+#endif /* not lint */
+
+#include <db.h>
+#include <errno.h>
+#include <fcntl.h>
+#include <limits.h>
+#include <paths.h>
#include <stdio.h>
#include <stdlib.h>
-#include <fcntl.h>
#include <string.h>
-#include <limits.h>
#include <unistd.h>
-#include <db.h>
#include <sys/stat.h>
-#include <errno.h>
-#include <paths.h>
#include <rpcsvc/yp.h>
#include "ypxfr_extern.h"
-#ifndef lint
-static const char rcsid[] = "$Id$";
-#endif
-
#define PERM_SECURE (S_IRUSR|S_IWUSR)
/*