Print this page
make: remove SCCS ident stuff

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/make/lib/makestate/src/lock.c
          +++ new/usr/src/cmd/make/lib/makestate/src/lock.c
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15   * If applicable, add the following below this CDDL HEADER, with the
  16   16   * fields enclosed by brackets "[]" replaced with your own identifying
  17   17   * information: Portions Copyright [yyyy] [name of copyright owner]
  18   18   *
  19   19   * CDDL HEADER END
  20   20   */
  21   21  /*
  22   22   * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
  23   23   * Use is subject to license terms.
  24   24   */
  25      -/*
  26      - * @(#)lock.c 1.5 06/12/12
  27      - */
  28   25  
  29   26  #include <stdio.h>
  30   27  #include <stdlib.h>
  31   28  #include <unistd.h>
  32   29  #include <string.h>
  33   30  #include <fcntl.h>
  34   31  #include <sys/types.h>
  35   32  #include <sys/param.h>
  36   33  #include <sys/stat.h>
  37   34  #include <sys/errno.h>
↓ open down ↓ 138 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX