check for overflow in getrawlist()
[unix-history] / usr / src / usr.bin / mail / edit.c
index 1971329..37ee008 100644 (file)
@@ -1,4 +1,12 @@
-#
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char *sccsid = "@(#)edit.c      5.2 (Berkeley) %G%";
+#endif not lint
 
 #include "rcv.h"
 #include <stdio.h>
 
 #include "rcv.h"
 #include <stdio.h>
@@ -10,8 +18,6 @@
  * Perform message editing functions.
  */
 
  * Perform message editing functions.
  */
 
-static char *SccsId = "@(#)edit.c      2.4 %G%";
-
 /*
  * Edit a message list.
  */
 /*
  * Edit a message list.
  */