summaryrefslogtreecommitdiffstats
path: root/bin/ps/print.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ps/print.c')
-rw-r--r--bin/ps/print.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/ps/print.c b/bin/ps/print.c
index f838652..5a6a07f 100644
--- a/bin/ps/print.c
+++ b/bin/ps/print.c
@@ -29,12 +29,14 @@
* 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: print.c,v 1.23 1997/08/03 08:28:36 peter Exp $
*/
#ifndef lint
-static char const sccsid[] = "@(#)print.c 8.6 (Berkeley) 4/16/94";
+#if 0
+static char sccsid[] = "@(#)print.c 8.6 (Berkeley) 4/16/94";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
#include <sys/param.h>
OpenPOWER on IntegriCloud