Deleted Added
full compact
misc.c (2860) misc.c (6286)
1/*-
2 * Copyright (c) 1991, 1993
3 * The Regents of the University of California. 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

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

52
53/* NB: the following table must be sorted lexically. */
54static KEY keylist[] = {
55 {"cksum", F_CKSUM, NEEDVALUE},
56 {"gid", F_GID, NEEDVALUE},
57 {"gname", F_GNAME, NEEDVALUE},
58 {"ignore", F_IGN, 0},
59 {"link", F_SLINK, NEEDVALUE},
1/*-
2 * Copyright (c) 1991, 1993
3 * The Regents of the University of California. 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

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

52
53/* NB: the following table must be sorted lexically. */
54static KEY keylist[] = {
55 {"cksum", F_CKSUM, NEEDVALUE},
56 {"gid", F_GID, NEEDVALUE},
57 {"gname", F_GNAME, NEEDVALUE},
58 {"ignore", F_IGN, 0},
59 {"link", F_SLINK, NEEDVALUE},
60 {"md5digest", F_MD5, NEEDVALUE},
60 {"mode", F_MODE, NEEDVALUE},
61 {"nlink", F_NLINK, NEEDVALUE},
62 {"size", F_SIZE, NEEDVALUE},
63 {"time", F_TIME, NEEDVALUE},
64 {"type", F_TYPE, NEEDVALUE},
65 {"uid", F_UID, NEEDVALUE},
66 {"uname", F_UNAME, NEEDVALUE},
67};

--- 59 unchanged lines hidden ---
61 {"mode", F_MODE, NEEDVALUE},
62 {"nlink", F_NLINK, NEEDVALUE},
63 {"size", F_SIZE, NEEDVALUE},
64 {"time", F_TIME, NEEDVALUE},
65 {"type", F_TYPE, NEEDVALUE},
66 {"uid", F_UID, NEEDVALUE},
67 {"uname", F_UNAME, NEEDVALUE},
68};

--- 59 unchanged lines hidden ---