LMFL#!C(:HOST "SYS" :BACKUP-DATE 2760031304. :SYSTEM-TYPE :LOGICAL :VERSION 7. :TYPE "LISP" :NAME "DEFS" :DIRECTORY ("REL3-SOURCE" "IO") :SOURCE-PATTERN "( :DIRECTORY (\"REL3-SOURCE\") :NAME :WILD :TYPE :WILD :VERSION :NEWEST)" :VERSION-LIMIT 0. :CHARACTERS T :NOT-BACKED-UP T :CREATION-DATE 2758636796. :AUTHOR "REL3" :LENGTH-IN-BYTES 938. :LENGTH-IN-BLOCKS 1. :BYTE-SIZE 8.)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ;;;-*- Mode:Common-Lisp; Package:SYSTEM-INTERNALS; Base:10 -*-;;;                           RESTRICTED RIGHTS LEGEND;;;Use, duplication, or disclosure by the Government is subject to;;;restrictions as set forth in subdivision (b)(3)(ii) of the Rights in;;;Technical Data and Computer Software clause at 52.227-7013.;;;;;;                     TEXAS INSTRUMENTS INCORPORATED.;;;                              P.O. BOX 2909;;;                           AUSTIN, TEXAS 78769;;;                                 MS 2151;;;;;; Copyright (C) 1987 Texas Instruments Incorporated. All rights reserved. ;;; Dummy defsystems are defined here so that patch systems will be available.(Defsystem IO     (:name "Disk-IO")  (:patchable "sys:patch.io;" patch))(Defsystem File  (:name "File-System")  (:patchable "sys:patch.file;" patch))(Defsystem Pathname  (:name "Pathname-Support")  (:patchable "sys:patch.pathname;" patch))                                                                                      