From 341497484e27f7d90f8cf95a40959d91569ae2db Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 16 Jun 2018 13:07:12 -0600 Subject: [PATCH] include/sys/syscall.h: Fix some kruft that snuck into the file with the last changes. --- include/sys/syscall.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sys/syscall.h b/include/sys/syscall.h index d2ca587a576..8e2283f337a 100644 --- a/include/sys/syscall.h +++ b/include/sys/syscall.h @@ -1,4 +1,4 @@ -ystim**************************************************************************** +/**************************************************************************** * include/sys/syscall.h * This file contains the system call numbers. *