mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
Removed a YF comment.
This commit is contained in:
parent
01ed185959
commit
ae4c9a0208
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6377
@ -34,7 +34,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)genassym.c 5.11 (Berkeley) 5/10/91
|
||||
* $Id: genassym.c,v 1.23 1995/01/25 21:40:13 bde Exp $
|
||||
* $Id: genassym.c,v 1.24 1995/02/14 06:00:17 phk Exp $
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
@ -78,8 +78,6 @@ main()
|
||||
struct sigframe *sigf = (struct sigframe *)0;
|
||||
struct bootinfo *bootinfo = (struct bootinfo *)0;
|
||||
|
||||
/* XXX should use %p to print pointers. About 80 lines are wrong. */
|
||||
/* YF - fixed */
|
||||
printf("#define\tUDOT_SZ %d\n", sizeof(struct user));
|
||||
printf("#define\tP_FORW %p\n", &p->p_forw);
|
||||
printf("#define\tP_BACK %p\n", &p->p_back);
|
||||
|
@ -34,7 +34,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)genassym.c 5.11 (Berkeley) 5/10/91
|
||||
* $Id: genassym.c,v 1.23 1995/01/25 21:40:13 bde Exp $
|
||||
* $Id: genassym.c,v 1.24 1995/02/14 06:00:17 phk Exp $
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
@ -78,8 +78,6 @@ main()
|
||||
struct sigframe *sigf = (struct sigframe *)0;
|
||||
struct bootinfo *bootinfo = (struct bootinfo *)0;
|
||||
|
||||
/* XXX should use %p to print pointers. About 80 lines are wrong. */
|
||||
/* YF - fixed */
|
||||
printf("#define\tUDOT_SZ %d\n", sizeof(struct user));
|
||||
printf("#define\tP_FORW %p\n", &p->p_forw);
|
||||
printf("#define\tP_BACK %p\n", &p->p_back);
|
||||
|
Loading…
Reference in New Issue
Block a user