Deleted Added
full compact
grp.h (89663) grp.h (90644)
1/*-
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 * (c) UNIX System Laboratories, Inc.
5 * All or some portions of this file are derived from material licensed
6 * to the University of California by American Telephone and Telegraph
7 * Co. or Unix System Laboratories, Inc. and are reproduced herein with
8 * the permission of UNIX System Laboratories, Inc.

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

31 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
32 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
33 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
34 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
35 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
36 * SUCH DAMAGE.
37 *
38 * @(#)grp.h 8.2 (Berkeley) 1/21/94
1/*-
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 * (c) UNIX System Laboratories, Inc.
5 * All or some portions of this file are derived from material licensed
6 * to the University of California by American Telephone and Telegraph
7 * Co. or Unix System Laboratories, Inc. and are reproduced herein with
8 * the permission of UNIX System Laboratories, Inc.

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

31 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
32 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
33 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
34 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
35 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
36 * SUCH DAMAGE.
37 *
38 * @(#)grp.h 8.2 (Berkeley) 1/21/94
39 * $FreeBSD: head/include/grp.h 89663 2002-01-22 17:32:53Z markm $
39 * $FreeBSD: head/include/grp.h 90644 2002-02-14 01:59:47Z imp $
40 */
41
42#ifndef _GRP_H_
43#define _GRP_H_
44
45#ifndef _POSIX_SOURCE
46#define _PATH_GROUP "/etc/group"
47#endif

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

59struct group *getgrgid __P((gid_t));
60struct group *getgrnam __P((const char *));
61#ifndef _POSIX_SOURCE
62struct group *getgrent __P((void));
63int setgrent __P((void));
64void endgrent __P((void));
65void setgrfile __P((const char *));
66int setgroupent __P((int));
40 */
41
42#ifndef _GRP_H_
43#define _GRP_H_
44
45#ifndef _POSIX_SOURCE
46#define _PATH_GROUP "/etc/group"
47#endif

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

59struct group *getgrgid __P((gid_t));
60struct group *getgrnam __P((const char *));
61#ifndef _POSIX_SOURCE
62struct group *getgrent __P((void));
63int setgrent __P((void));
64void endgrent __P((void));
65void setgrfile __P((const char *));
66int setgroupent __P((int));
67char *group_from_gid __P((gid_t, int));
67#endif
68__END_DECLS
69
70#endif /* !_GRP_H_ */
68#endif
69__END_DECLS
70
71#endif /* !_GRP_H_ */