summaryrefslogtreecommitdiff
path: root/bin/chmod/chmod.c
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1998-05-06 06:51:42 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1998-05-06 06:51:42 +0000
commitcbf6f7d3584de28d976725bf3989eb9ca5baf3af (patch)
tree4285e9dc3ec49aef4d38cdfe544a26c14e399c7f /bin/chmod/chmod.c
parent4c95995fe073d4bf49b0dabd8e6725ae707a8eac (diff)
Notes
Diffstat (limited to 'bin/chmod/chmod.c')
-rw-r--r--bin/chmod/chmod.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/chmod/chmod.c b/bin/chmod/chmod.c
index 6d61ca449aea..91c225275969 100644
--- a/bin/chmod/chmod.c
+++ b/bin/chmod/chmod.c
@@ -29,8 +29,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id: chmod.c,v 1.8 1997/02/22 14:01:30 peter Exp $
*/
#ifndef lint
@@ -40,10 +38,13 @@ static char const copyright[] =
#endif /* not lint */
#ifndef lint
+#if 0
static char const sccsid[] = "@(#)chmod.c 8.8 (Berkeley) 4/1/94";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
-#include <sys/types.h>
#include <sys/stat.h>
#include <err.h>