BSD 3 development
[unix-history] / usr / src / cmd / sdb / sdb.changes
CommitLineData
36bbc469
HK
1ed - docomm.c << -*-END-*-
2231a
3 integ = atoi(args);
4.
5w
6q
7-*-END-*-
8ed - symt.c << -*-END-*-
9417c
10 finit(adrtofilep(procp->paddr)->sfilename);
11.
1269c
13 q = filep->sfilename;
14 for (p=fp; *q; *p++ = *q++) ;
15 *p = 0;
16 if (stat(filework, &stbuf) == -1)
17.
18w
19q
20-*-END-*-
21ed - version.c << -*-END-*-
222c
23 error("Version 2.5+");
24.
25w
26q
27-*-END-*-