Print this page
make: remove SCCS ident stuff

@@ -20,15 +20,11 @@
  */
 /*
  * Copyright 1993 Sun Microsystems, Inc. All rights reserved.
  * Use is subject to license terms.
  */
-/*
- * @(#)utimes.cc 1.4 06/12/12
- */
 
-#pragma ident   "@(#)utimes.cc  1.4     06/12/12"
 
 #include <sys/types.h>
 #include <sys/time.h>
 
 extern int utimes(char *file, struct timeval *tvp);