This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / sys / i386 / stand / boot.c
index e59479b..da77fc6 100644 (file)
@@ -32,6 +32,9 @@
  * 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.
  * 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.
+ *     
+ *     from: @(#)boot.c        7.3 (Berkeley) 5/4/91
+ *     $Id$
  */
 
 #ifdef lint
  */
 
 #ifdef lint
@@ -40,10 +43,6 @@ char copyright[] =
  All rights reserved.\n";
 #endif /* not lint */
 
  All rights reserved.\n";
 #endif /* not lint */
 
-#ifdef lint
-static char sccsid[] = "from:@(#)boot.c        7.3 (Berkeley) 5/4/91";
-#endif /* not lint */
-
 #include "param.h"
 #include "reboot.h"
 #include <a.out.h>
 #include "param.h"
 #include "reboot.h"
 #include <a.out.h>