yppasswd.x (9524e274b5484ac8b43bacd90d4029183ccf6476) yppasswd.x (5b31cc94b10d4bb7109c6b27940a0fc76a44a331)
1/*-
2 * Copyright (c) 2010, Oracle America, Inc.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met:
7 *
8 * * Redistributions of source code must retain the above copyright

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

29 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 */
31
32/*
33 * YP password update protocol
34 * Requires unix authentication
35 */
36
1/*-
2 * Copyright (c) 2010, Oracle America, Inc.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met:
7 *
8 * * Redistributions of source code must retain the above copyright

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

29 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 */
31
32/*
33 * YP password update protocol
34 * Requires unix authentication
35 */
36
37#ifndef RPC_HDR
38%#ifndef lint
39%/*static char sccsid[] = "from: @(#)yppasswd.x 1.1 87/04/13 Copyr 1987 Sun Micro";*/
40%/*static char sccsid[] = "from: @(#)yppasswd.x 2.1 88/08/01 4.0 RPCSRC";*/
41%#endif /* not lint */
42%#include <sys/cdefs.h>
43#endif
44
45program YPPASSWDPROG {
46 version YPPASSWDVERS {
47 /*
48 * Update my passwd entry
49 */
50 int
51 YPPASSWDPROC_UPDATE(yppasswd) = 1;
52 } = 1;

--- 24 unchanged lines hidden ---
37program YPPASSWDPROG {
38 version YPPASSWDVERS {
39 /*
40 * Update my passwd entry
41 */
42 int
43 YPPASSWDPROC_UPDATE(yppasswd) = 1;
44 } = 1;

--- 24 unchanged lines hidden ---