pw_nis.c (d2d022b9fdebd6bfe2983bb688818ed8bfc422a6) pw_nis.c (bcbdb01e569876034a66c001132994482b048c31)
1/*-
2 * Copyright (C) 1996
3 * David L. Nugent. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 16 unchanged lines hidden (view full) ---

25 */
26
27#ifndef lint
28static const char rcsid[] =
29 "$FreeBSD$";
30#endif /* not lint */
31
32#include <sys/types.h>
1/*-
2 * Copyright (C) 1996
3 * David L. Nugent. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 16 unchanged lines hidden (view full) ---

25 */
26
27#ifndef lint
28static const char rcsid[] =
29 "$FreeBSD$";
30#endif /* not lint */
31
32#include <sys/types.h>
33
33#include <err.h>
34#include <pwd.h>
35#include <libutil.h>
36
37#include "pw.h"
38
39static int
40pw_nisupdate(const char * path, struct passwd * pwd, char const * user)

--- 54 unchanged lines hidden ---
34#include <err.h>
35#include <pwd.h>
36#include <libutil.h>
37
38#include "pw.h"
39
40static int
41pw_nisupdate(const char * path, struct passwd * pwd, char const * user)

--- 54 unchanged lines hidden ---