mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +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.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* from: @(#)genassym.c 5.11 (Berkeley) 5/10/91
|
* 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>
|
#include <stdio.h>
|
||||||
@ -78,8 +78,6 @@ main()
|
|||||||
struct sigframe *sigf = (struct sigframe *)0;
|
struct sigframe *sigf = (struct sigframe *)0;
|
||||||
struct bootinfo *bootinfo = (struct bootinfo *)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\tUDOT_SZ %d\n", sizeof(struct user));
|
||||||
printf("#define\tP_FORW %p\n", &p->p_forw);
|
printf("#define\tP_FORW %p\n", &p->p_forw);
|
||||||
printf("#define\tP_BACK %p\n", &p->p_back);
|
printf("#define\tP_BACK %p\n", &p->p_back);
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* from: @(#)genassym.c 5.11 (Berkeley) 5/10/91
|
* 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>
|
#include <stdio.h>
|
||||||
@ -78,8 +78,6 @@ main()
|
|||||||
struct sigframe *sigf = (struct sigframe *)0;
|
struct sigframe *sigf = (struct sigframe *)0;
|
||||||
struct bootinfo *bootinfo = (struct bootinfo *)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\tUDOT_SZ %d\n", sizeof(struct user));
|
||||||
printf("#define\tP_FORW %p\n", &p->p_forw);
|
printf("#define\tP_FORW %p\n", &p->p_forw);
|
||||||
printf("#define\tP_BACK %p\n", &p->p_back);
|
printf("#define\tP_BACK %p\n", &p->p_back);
|
||||||
|
Loading…
Reference in New Issue
Block a user