aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/exec.h
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-11-23 17:21:37 +0000
committerWarner Losh <imp@FreeBSD.org>2023-11-27 05:23:30 +0000
commit29363fb446372cb3f10bc98664e9767c53fbb457 (patch)
tree363b21f649d388135a49d39c67c16fcac89cd506 /sys/i386/include/exec.h
parent6e28a6bc2e83d56a5d2d5ee4f5da72d798de2d07 (diff)
downloadsrc-29363fb446372cb3f10bc98664e9767c53fbb457.tar.gz
src-29363fb446372cb3f10bc98664e9767c53fbb457.zip
sys: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
Diffstat (limited to 'sys/i386/include/exec.h')
-rw-r--r--sys/i386/include/exec.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/i386/include/exec.h b/sys/i386/include/exec.h
index f3a8caa5b88d..f48188fcefd3 100644
--- a/sys/i386/include/exec.h
+++ b/sys/i386/include/exec.h
@@ -27,8 +27,6 @@
* 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.
- *
- * @(#)exec.h 8.1 (Berkeley) 6/11/93
*/
#ifndef _MACHINE_EXEC_H_