Deleted Added
full compact
chflags.c (225736) chflags.c (267654)
1/*-
2 * Copyright (c) 1992, 1993, 1994
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

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

35#endif
36
37#ifndef lint
38static char sccsid[] = "@(#)chflags.c 8.5 (Berkeley) 4/1/94";
39#endif
40#endif
41
42#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 1992, 1993, 1994
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

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

35#endif
36
37#ifndef lint
38static char sccsid[] = "@(#)chflags.c 8.5 (Berkeley) 4/1/94";
39#endif
40#endif
41
42#include <sys/cdefs.h>
43__FBSDID("$FreeBSD: stable/9/bin/chflags/chflags.c 194795 2009-06-23 23:30:56Z delphij $");
43__FBSDID("$FreeBSD: releng/9.3/bin/chflags/chflags.c 194795 2009-06-23 23:30:56Z delphij $");
44
45#include <sys/types.h>
46#include <sys/stat.h>
47
48#include <err.h>
49#include <errno.h>
50#include <fts.h>
51#include <stdio.h>

--- 154 unchanged lines hidden ---
44
45#include <sys/types.h>
46#include <sys/stat.h>
47
48#include <err.h>
49#include <errno.h>
50#include <fts.h>
51#include <stdio.h>

--- 154 unchanged lines hidden ---