1/* 2 * Copyright (c) 1989 The Regents of the University of California. 3 * All rights reserved. 4 *
| 1/* 2 * Copyright (c) 1989 The Regents of the University of California. 3 * All rights reserved. 4 *
|
| 5 * This code is derived from software contributed to Berkeley by 6 * Tony Nardo of the Johns Hopkins University/Applied Physics Lab. 7 *
|
5 * Redistribution and use in source and binary forms are permitted 6 * provided that the above copyright notice and this paragraph are 7 * duplicated in all such forms and that any documentation, 8 * advertising materials, and other materials related to such 9 * distribution and use acknowledge that the software was developed 10 * by the University of California, Berkeley. The name of the 11 * University may not be used to endorse or promote products derived 12 * from this software without specific prior written permission. 13 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 14 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 15 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 16 *
| 8 * Redistribution and use in source and binary forms are permitted 9 * provided that the above copyright notice and this paragraph are 10 * duplicated in all such forms and that any documentation, 11 * advertising materials, and other materials related to such 12 * distribution and use acknowledge that the software was developed 13 * by the University of California, Berkeley. The name of the 14 * University may not be used to endorse or promote products derived 15 * from this software without specific prior written permission. 16 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 17 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 18 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 19 *
|
17 * @(#)finger.h 5.3 (Berkeley) 05/08/89
| 20 * @(#)finger.h 5.4 (Berkeley) 02/07/90
|
18 */ 19 20#include <pwd.h> 21#include <utmp.h> 22 23/* 24 * All unique persons are linked in a list headed by "head" and linkd 25 * by the "next" field, as well as kept in a hash table.
--- 41 unchanged lines hidden --- | 21 */ 22 23#include <pwd.h> 24#include <utmp.h> 25 26/* 27 * All unique persons are linked in a list headed by "head" and linkd 28 * by the "next" field, as well as kept in a hash table.
--- 41 unchanged lines hidden --- |