summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/frame.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1993-11-17 23:25:28 +0000
committerwollman <wollman@FreeBSD.org>1993-11-17 23:25:28 +0000
commit029f1ccc6f8e22c6a3d5145a07ffd03751e41424 (patch)
treed5c25752f71f0292fb6d0c959c9c1fc7a9d47c56 /sys/i386/include/frame.h
parent1ae9954219398f34492b32e935ff9626dee30323 (diff)
downloadFreeBSD-src-029f1ccc6f8e22c6a3d5145a07ffd03751e41424.zip
FreeBSD-src-029f1ccc6f8e22c6a3d5145a07ffd03751e41424.tar.gz
Fixed comments that start within a comment, so code compiles cleanly with
-Wcomment.
Diffstat (limited to 'sys/i386/include/frame.h')
-rw-r--r--sys/i386/include/frame.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/include/frame.h b/sys/i386/include/frame.h
index 71701d6..a591f53 100644
--- a/sys/i386/include/frame.h
+++ b/sys/i386/include/frame.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)frame.h 5.2 (Berkeley) 1/18/91
- * $Id: frame.h,v 1.2 1993/10/08 20:50:59 rgrimes Exp $
+ * $Id: frame.h,v 1.3 1993/11/07 17:42:56 wollman Exp $
*/
#ifndef _MACHINE_FRAME_H_
@@ -127,7 +127,7 @@ struct syscframe {
int sf_eax;
int sf_eflags;
/* below portion defined in 386 hardware */
-/* int sf_args[N]; /* if call gate copy args enabled!*/
+/* int sf_args[N];*/ /* if call gate copy args enabled!*/
int sf_eip;
int sf_cs;
/* below only when transitting rings (e.g. user to kernel) */
OpenPOWER on IntegriCloud