Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Apr 2000 23:17:15 +0200
From:      Poul-Henning Kamp <phk@critter.freebsd.dk>
To:        current@freebsd.org
Subject:   FreeBSD Build status
Message-ID:  <12411.956006235@critter.freebsd.dk>

next in thread | raw e-mail | index | archive | help

I have a machine which isn't doing much right now, so I have decided
to set it up as an automatic "FreeBSD Build checker".

Once per day the machine cvsups, checks out a virgin source tree,
tries to build GENERIC, GENERIC98, LINT and world.   If any of these
builds fail it will send a report like this.

On Sundays the report will always be sent.

Once I have this tested a bit more, I will start mailing the the
reports directly to current@freebsd.org

It is not shown here, but a delta listing whining about new
warnings in any of the builds is also featured.

Poul-Henning

------- Forwarded Message

Date: Mon, 17 Apr 2000 23:09:06 +0200 (CEST)
Message-Id: <200004172109.XAA89608@otte.freebsd.dk>
Subject: FreeBSD build status
From: Build-o-matic <root@otte.freebsd.dk>
To: undisclosed-recipients:;

-----------------------------------
SUMMARY
-----------------------------------
World
	compiled
	637 Warnings
	45 Errors
Kernel LINT
	***didn't compile***
	150 Warnings
	0 Errors
Kernel GENERIC
	compiled
	59 Warnings
	0 Errors
Kernel GENERIC98
	compiled
	54 Warnings
	0 Errors

-----------------------------------
Compile errors for kernel LINT
-----------------------------------
linking kernel
awi.o: In function `awi_ioctl':
awi.o(.text+0x3b4): undefined reference to `memcmp'
awi.o(.text+0x3cf): undefined reference to `memset'
awi.o: In function `awi_drvset':
awi.o(.text+0x74f): undefined reference to `memcmp'
awi.o(.text+0x76a): undefined reference to `memset'
awi.o: In function `awi_input':
awi.o(.text+0x1499): undefined reference to `memcmp'
awi.o: In function `awi_init_hw':
awi.o(.text+0x1c8a): undefined reference to `memcmp'
awi.o: In function `awi_init_mibs':
awi.o(.text+0x1e96): undefined reference to `memset'
awi.o: In function `awi_start_scan':
awi.o(.text+0x22f5): undefined reference to `memset'
awi.o: In function `awi_stop_scan':
awi.o(.text+0x24e3): undefined reference to `memcmp'
awi.o: In function `awi_recv_beacon':
awi.o(.text+0x266b): undefined reference to `memcmp'
awi.o(.text+0x2681): undefined reference to `memcmp'
awi.o(.text+0x26f8): undefined reference to `memset'
awi.o: In function `awi_recv_auth':
awi.o(.text+0x2e68): undefined reference to `memcmp'
awi.o: In function `awi_recv_asresp':
awi.o(.text+0x31d8): undefined reference to `memcmp'
if_awi_pccard.o: In function `awi_pccard_probe':
if_awi_pccard.o(.text+0xac): undefined reference to `memcmp'
isa_compat.o(.data+0x14): undefined reference to `vtdriver'
*** Error code 1 (continuing)
`all' not remade because of errors.

-----------------------------------
All warnings from kernel LINT
-----------------------------------
../../dev/amr/amr.c:1015: warning: `amr_wait_command' defined but not used
../../dev/amr/amr.c:1218: warning: passing arg 2 of `bcopy' discards qualifiers from pointer target type
../../dev/amr/amr.c:1518: warning: passing arg 1 of `bcopy' discards qualifiers from pointer target type
../../dev/amr/amr.c:1549: warning: passing arg 1 of `bcopy' discards qualifiers from pointer target type
../../dev/amr/amr.c:171: warning: cast discards qualifiers from pointer target type
../../dev/awi/awi.c:505: warning: implicit declaration of function `memcmp'
../../dev/awi/awi.c:508: warning: implicit declaration of function `memset'
../../dev/awi/if_awi_pccard.c:115: warning: assignment discards qualifiers from pointer target type
../../dev/awi/if_awi_pccard.c:90: warning: implicit declaration of function `memcmp'
../../dev/dpt/dpt_scsi.c:1296: warning: cast discards qualifiers from pointer target type
../../dev/dpt/dpt_scsi.c:501: warning: cast discards qualifiers from pointer target type
../../dev/dpt/dpt_scsi.c:612: warning: cast discards qualifiers from pointer target type
../../dev/ex/if_ex.c:1151: warning: unused variable `sc'
../../dev/fb/vga.c:1321: warning: `fill' defined but not used
../../dev/fb/vga.c:1331: warning: `filll_io' defined but not used
../../dev/hea/eni_buffer.c:115: warning: cast discards qualifiers from pointer target type
../../dev/hea/eni_vcm.c:279: warning: cast discards qualifiers from pointer target type
../../dev/hfa/fore_buffer.c:751: warning: passing arg 1 of `atm_dev_free' discards qualifiers from pointer target type
../../dev/hfa/fore_command.c:440: warning: passing arg 1 of `atm_dev_free' discards qualifiers from pointer target type
../../dev/hfa/fore_intr.c:165: warning: enumeration value `DEV_ENI_155P' not handled in switch
../../dev/hfa/fore_intr.c:165: warning: enumeration value `DEV_FORE_SBA200' not handled in switch
../../dev/hfa/fore_intr.c:165: warning: enumeration value `DEV_FORE_SBA200E' not handled in switch
../../dev/hfa/fore_intr.c:165: warning: enumeration value `DEV_UNKNOWN' not handled in switch
../../dev/hfa/fore_load.c:1361: warning: enumeration value `DEV_ENI_155P' not handled in switch
../../dev/hfa/fore_load.c:1361: warning: enumeration value `DEV_FORE_SBA200' not handled in switch
../../dev/hfa/fore_load.c:1361: warning: enumeration value `DEV_FORE_SBA200E' not handled in switch
../../dev/hfa/fore_load.c:1361: warning: enumeration value `DEV_UNKNOWN' not handled in switch
../../dev/hfa/fore_receive.c:562: warning: passing arg 1 of `atm_dev_free' discards qualifiers from pointer target type
../../dev/hfa/fore_transmit.c:343: warning: passing arg 1 of `atm_dev_free' discards qualifiers from pointer target type
../../dev/ie/if_ie.c:1237: warning: passing arg 1 of `bcopy' discards qualifiers from pointer target type
../../dev/ie/if_ie.c:1326: warning: passing arg 1 of `bcopy' discards qualifiers from pointer target type
../../dev/ie/if_ie.c:1326: warning: passing arg 2 of `bcopy' discards qualifiers from pointer target type
../../dev/ie/if_ie.c:1343: warning: passing arg 1 of `bcopy' discards qualifiers from pointer target type
../../dev/ie/if_ie.c:1355: warning: passing arg 1 of `bcopy' discards qualifiers from pointer target type
../../dev/ie/if_ie.c:1400: warning: passing arg 1 of `bcopy' discards qualifiers from pointer target type
../../dev/ie/if_ie.c:1538: warning: passing arg 2 of `bcopy' discards qualifiers from pointer target type
../../dev/ie/if_ie.c:1552: warning: cast discards qualifiers from pointer target type
../../dev/ie/if_ie.c:1606: warning: passing arg 1 of pointer to function discards qualifiers from pointer target type
../../dev/ie/if_ie.c:1615: warning: passing arg 1 of pointer to function discards qualifiers from pointer target type
../../dev/ie/if_ie.c:1618: warning: passing arg 1 of pointer to function discards qualifiers from pointer target type
../../dev/ie/if_ie.c:1643: warning: passing arg 1 of pointer to function discards qualifiers from pointer target type
../../dev/ie/if_ie.c:1900: warning: cast discards qualifiers from pointer target type
../../dev/ie/if_ie.c:1916: warning: cast discards qualifiers from pointer target type
../../dev/ie/if_ie.c:2001: warning: passing arg 1 of pointer to function discards qualifiers from pointer target type
../../dev/ie/if_ie.c:2025: warning: passing arg 1 of pointer to function discards qualifiers from pointer target type
../../dev/ie/if_ie.c:2076: warning: passing arg 1 of `bcopy' discards qualifiers from pointer target type
../../dev/ie/if_ie.c:2076: warning: passing arg 2 of `bcopy' discards qualifiers from pointer target type
../../dev/ie/if_ie.c:2140: warning: passing arg 1 of `bcopy' discards qualifiers from pointer target type
../../dev/ie/if_ie.c:2140: warning: passing arg 2 of `bcopy' discards qualifiers from pointer target type
../../dev/ie/if_ie.c:2189: warning: passing arg 1 of pointer to function discards qualifiers from pointer target type
../../dev/ie/if_ie.c:2190: warning: passing arg 1 of pointer to function discards qualifiers from pointer target type
../../dev/pdq/pdq_ifsubr.c:376: warning: #warning "Implement fddi_resolvemulti!"
../../dev/sound/pcm/channel.c:339: warning: unused variable `dl'
../../dev/vn/vn.c:415: warning: passing arg 2 of `vm_pager_strategy' from incompatible pointer type
../../dev/xe/if_xe.c:1829: warning: `xe_compute_crc' defined but not used
../../dev/xe/if_xe.c:1864: warning: `xe_compute_hashbit' defined but not used
../../dev/xe/if_xe.c:2168: warning: `xe_reg_dump' defined but not used
../../dev/xe/if_xe.c:234: warning: `xe_memwrite' defined but not used
../../gnu/i386/isa/dgb.c:228: warning: (near initialization for `dgbspeedtab[0]')
../../gnu/i386/isa/dgb.c:228: warning: missing braces around initializer
../../gnu/i386/isa/dgb.c:803: warning: assignment discards qualifiers from pointer target type
../../gnu/i386/isa/dgb.c:847: warning: assignment discards qualifiers from pointer target type
../../gnu/i386/isa/dgb.c:848: warning: assignment discards qualifiers from pointer target type
../../gnu/i386/isa/dgb.c:851: warning: assignment discards qualifiers from pointer target type
../../gnu/i386/isa/dgb.c:852: warning: assignment discards qualifiers from pointer target type
../../gnu/i386/isa/dgm.c:231: warning: (near initialization for `dgmspeedtab[0]')
../../gnu/i386/isa/dgm.c:231: warning: missing braces around initializer
../../i386/ibcs2/ibcs2_sysent.c:18: warning: cast discards qualifiers from pointer target type
../../i386/isa/cy.c:447: warning: `firmware_version' might be used uninitialized in this function
../../i386/isa/if_rdp.c:511: warning: implicit declaration of function `isa_irq_pending'
../../i386/isa/istallion.c:1888: warning: cast discards qualifiers from pointer target type
../../i386/isa/istallion.c:1967: warning: cast discards qualifiers from pointer target type
../../i386/isa/istallion.c:1972: warning: cast discards qualifiers from pointer target type
../../i386/isa/istallion.c:1994: warning: cast discards qualifiers from pointer target type
../../i386/isa/istallion.c:1997: warning: cast discards qualifiers from pointer target type
../../i386/isa/istallion.c:2047: warning: cast discards qualifiers from pointer target type
../../i386/isa/istallion.c:2057: warning: cast discards qualifiers from pointer target type
../../i386/isa/istallion.c:2134: warning: cast discards qualifiers from pointer target type
../../i386/isa/istallion.c:2244: warning: cast discards qualifiers from pointer target type
../../i386/isa/istallion.c:2274: warning: cast discards qualifiers from pointer target type
../../i386/isa/istallion.c:3372: warning: cast discards qualifiers from pointer target type
../../i386/isa/istallion.c:3378: warning: cast discards qualifiers from pointer target type
../../i386/isa/matcd/matcd.c:2057: warning: `i' might be used uninitialized in this function
../../i386/isa/rp.c:1745: warning: (near initialization for `baud_table[0]')
../../i386/isa/rp.c:1745: warning: missing braces around initializer
../../i386/isa/tw.c:577: warning: (near initialization for `X10_HOUSE[0]')
../../i386/isa/tw.c:577: warning: missing braces around initializer
../../i386/isa/tw.c:597: warning: (near initialization for `X10_KEY[0]')
../../i386/isa/tw.c:597: warning: missing braces around initializer
../../i386/linux/linux_sysent.c:19: warning: cast discards qualifiers from pointer target type
../../kern/init_sysent.c:24: warning: cast discards qualifiers from pointer target type
../../kern/subr_diskslice.c:162: warning: unused variable `s'
../../kern/sys_generic.c:344: warning: cast discards qualifiers from pointer target type
../../kern/vfs_aio.c:1014: warning: cast discards qualifiers from pointer target type
../../kern/vfs_aio.c:1895: warning: cast discards qualifiers from pointer target type
../../kern/vfs_aio.c:1958: warning: cast discards qualifiers from pointer target type
../../kern/vfs_aio.c:575: warning: cast discards qualifiers from pointer target type
../../miscfs/nullfs/null_vfsops.c:422: warning: function declaration isn't a prototype
../../net/if_atmsubr.c:185: warning: address of register variable `m' requested
../../netatm/atm_if.c:524: warning: enumeration value `MEDIA_UNKNOWN' not handled in switch
../../netinet/in_proto.c:189: warning: initialization from incompatible pointer type
../../netinet/ip_input.c:665: warning: assignment from incompatible pointer type
../../netinet/tcp_subr.c:1244: warning: implicit declaration of function `ipsec6_hdrsiz'
../../netinet/tcp_subr.c:983: warning: `off' might be used uninitialized in this function
../../nfs/nfs_vfsops.c:406: warning: implicit declaration of function `bootpc_init'
../../pci/alpm.c:378: warning: `sts' might be used uninitialized in this function
../../pci/amd.c:838: warning: `amd_reset' defined but not used
../../pci/amd.c:880: warning: `amd_timeout' defined but not used
../../pci/if_fxp.c:1475: warning: passing arg 2 of `bcopy' discards qualifiers from pointer target type
../../pci/if_fxp.c:1532: warning: passing arg 2 of `bcopy' discards qualifiers from pointer target type
../../pci/if_fxp.c:2049: warning: passing arg 2 of `bcopy' discards qualifiers from pointer target type
../../pci/intpm.c:299: warning: assignment makes pointer from integer without a cast
../../pci/isp_pci.c:367: warning: initialization makes pointer from integer without a cast
../../pci/ncr.c:5335: warning: cast discards qualifiers from pointer target type
../../pci/ncr.c:5472: warning: cast discards qualifiers from pointer target type
../../pci/ncr.c:5775: warning: cast discards qualifiers from pointer target type
../../pci/ncr.c:5779: warning: cast discards qualifiers from pointer target type
../../pci/ncr.c:5803: warning: cast discards qualifiers from pointer target type
../../pci/ncr.c:5810: warning: cast discards qualifiers from pointer target type
../../pci/ncr.c:5818: warning: cast discards qualifiers from pointer target type
../../pci/ncr.c:5823: warning: cast discards qualifiers from pointer target type
../../pci/ncr.c:5833: warning: cast discards qualifiers from pointer target type
../../pci/ncr.c:5837: warning: cast discards qualifiers from pointer target type
../../pci/ncr.c:6805: warning: cast discards qualifiers from pointer target type
../../pci/ncr.c:6806: warning: cast discards qualifiers from pointer target type
../../svr4/imgact_svr4.c:129: warning: int format, long int arg (arg 2)
../../svr4/imgact_svr4.c:170: warning: int format, long int arg (arg 2)
../../svr4/imgact_svr4.c:186: warning: unsigned int format, long unsigned int arg (arg 3)
../../svr4/imgact_svr4.c:209: warning: unsigned int format, long unsigned int arg (arg 3)
../../svr4/imgact_svr4.c:90: warning: unsigned int format, long unsigned int arg (arg 2)
../../svr4/imgact_svr4.c:90: warning: unsigned int format, long unsigned int arg (arg 3)
../../svr4/imgact_svr4.c:90: warning: unsigned int format, long unsigned int arg (arg 4)
../../svr4/svr4_fcntl.c:582: warning: unsigned int format, pointer arg (arg 2)
../../svr4/svr4_ioctl.c:100: warning: unsigned int format, u_long arg (arg 2)
../../svr4/svr4_ioctl.c:115: warning: initialization from incompatible pointer type
../../svr4/svr4_ioctl.c:156: warning: initialization from incompatible pointer type
../../svr4/svr4_misc.c:256: warning: too many arguments for format
../../svr4/svr4_resource.c:219: warning: implicit declaration of function `dosetrlimit'
../../svr4/svr4_signal.c:298: warning: long unsigned int format, svr4_sig_t arg (arg 2)
../../svr4/svr4_stream.c:1531: warning: unsigned int format, pointer arg (arg 2)
../../svr4/svr4_stream.c:1533: warning: passing arg 1 of `show_strbuf' from incompatible pointer type
../../svr4/svr4_stream.c:2252: warning: assignment from incompatible pointer type
../../svr4/svr4_sysent.c:21: warning: cast discards qualifiers from pointer target type
../../svr4/svr4_sysvec.c:176: warning: initialization from incompatible pointer type
../../svr4/svr4_termios.c:496: warning: unsigned int format, u_long arg (arg 2)
../../sys/aio.h:175: warning: `struct sockbuf' declared inside parameter list
../../sys/aio.h:175: warning: its scope is only this definition or declaration, which is probably not what you want.
../../sys/devfsext.h:32: warning: #warning "Using obsolete <sys/devfsext.h>"
../../sys/devfsext.h:32: warning: #warning "Using obsolete <sys/devfsext.h>"
../../ufs/ffs/ffs_vfsops.c:90: warning: initialization from incompatible pointer type

-----------------------------------
All warnings from kernel GENERIC
-----------------------------------
../../dev/amr/amr.c:1015: warning: `amr_wait_command' defined but not used
../../dev/amr/amr.c:1218: warning: passing arg 2 of `bcopy' discards qualifiers from pointer target type
../../dev/amr/amr.c:1518: warning: passing arg 1 of `bcopy' discards qualifiers from pointer target type
../../dev/amr/amr.c:1549: warning: passing arg 1 of `bcopy' discards qualifiers from pointer target type
../../dev/amr/amr.c:171: warning: cast discards qualifiers from pointer target type
../../dev/awi/if_awi_pccard.c:115: warning: assignment discards qualifiers from pointer target type
../../dev/dpt/dpt_scsi.c:1296: warning: cast discards qualifiers from pointer target type
../../dev/dpt/dpt_scsi.c:501: warning: cast discards qualifiers from pointer target type
../../dev/dpt/dpt_scsi.c:612: warning: cast discards qualifiers from pointer target type
../../dev/ex/if_ex.c:1151: warning: unused variable `sc'
../../dev/ie/if_ie.c:1237: warning: passing arg 1 of `bcopy' discards qualifiers from pointer target type
../../dev/ie/if_ie.c:1326: warning: passing arg 1 of `bcopy' discards qualifiers from pointer target type
../../dev/ie/if_ie.c:1326: warning: passing arg 2 of `bcopy' discards qualifiers from pointer target type
../../dev/ie/if_ie.c:1343: warning: passing arg 1 of `bcopy' discards qualifiers from pointer target type
../../dev/ie/if_ie.c:1355: warning: passing arg 1 of `bcopy' discards qualifiers from pointer target type
../../dev/ie/if_ie.c:1400: warning: passing arg 1 of `bcopy' discards qualifiers from pointer target type
../../dev/ie/if_ie.c:1538: warning: passing arg 2 of `bcopy' discards qualifiers from pointer target type
../../dev/ie/if_ie.c:1552: warning: cast discards qualifiers from pointer target type
../../dev/ie/if_ie.c:1606: warning: passing arg 1 of pointer to function discards qualifiers from pointer target type
../../dev/ie/if_ie.c:1615: warning: passing arg 1 of pointer to function discards qualifiers from pointer target type
../../dev/ie/if_ie.c:1618: warning: passing arg 1 of pointer to function discards qualifiers from pointer target type
../../dev/ie/if_ie.c:1643: warning: passing arg 1 of pointer to function discards qualifiers from pointer target type
../../dev/ie/if_ie.c:1900: warning: cast discards qualifiers from pointer target type
../../dev/ie/if_ie.c:1916: warning: cast discards qualifiers from pointer target type
../../dev/ie/if_ie.c:2001: warning: passing arg 1 of pointer to function discards qualifiers from pointer target type
../../dev/ie/if_ie.c:2025: warning: passing arg 1 of pointer to function discards qualifiers from pointer target type
../../dev/ie/if_ie.c:2076: warning: passing arg 1 of `bcopy' discards qualifiers from pointer target type
../../dev/ie/if_ie.c:2076: warning: passing arg 2 of `bcopy' discards qualifiers from pointer target type
../../dev/ie/if_ie.c:2140: warning: passing arg 1 of `bcopy' discards qualifiers from pointer target type
../../dev/ie/if_ie.c:2140: warning: passing arg 2 of `bcopy' discards qualifiers from pointer target type
../../dev/ie/if_ie.c:2189: warning: passing arg 1 of pointer to function discards qualifiers from pointer target type
../../dev/ie/if_ie.c:2190: warning: passing arg 1 of pointer to function discards qualifiers from pointer target type
../../kern/init_sysent.c:24: warning: cast discards qualifiers from pointer target type
../../kern/subr_diskslice.c:162: warning: unused variable `s'
../../kern/sys_generic.c:344: warning: cast discards qualifiers from pointer target type
../../kern/vfs_aio.c:1014: warning: cast discards qualifiers from pointer target type
../../kern/vfs_aio.c:1426: warning: `aio_aqueue' defined but not used
../../kern/vfs_aio.c:575: warning: cast discards qualifiers from pointer target type
../../netinet/ip_input.c:665: warning: assignment from incompatible pointer type
../../netinet/tcp_subr.c:983: warning: `off' might be used uninitialized in this function
../../pci/amd.c:838: warning: `amd_reset' defined but not used
../../pci/amd.c:880: warning: `amd_timeout' defined but not used
../../pci/if_fxp.c:1475: warning: passing arg 2 of `bcopy' discards qualifiers from pointer target type
../../pci/if_fxp.c:1532: warning: passing arg 2 of `bcopy' discards qualifiers from pointer target type
../../pci/if_fxp.c:2049: warning: passing arg 2 of `bcopy' discards qualifiers from pointer target type
../../pci/ncr.c:5335: warning: cast discards qualifiers from pointer target type
../../pci/ncr.c:5472: warning: cast discards qualifiers from pointer target type
../../pci/ncr.c:5775: warning: cast discards qualifiers from pointer target type
../../pci/ncr.c:5779: warning: cast discards qualifiers from pointer target type
../../pci/ncr.c:5803: warning: cast discards qualifiers from pointer target type
../../pci/ncr.c:5810: warning: cast discards qualifiers from pointer target type
../../pci/ncr.c:5818: warning: cast discards qualifiers from pointer target type
../../pci/ncr.c:5823: warning: cast discards qualifiers from pointer target type
../../pci/ncr.c:5833: warning: cast discards qualifiers from pointer target type
../../pci/ncr.c:5837: warning: cast discards qualifiers from pointer target type
../../pci/ncr.c:6805: warning: cast discards qualifiers from pointer target type
../../pci/ncr.c:6806: warning: cast discards qualifiers from pointer target type
../../sys/aio.h:175: warning: `struct sockbuf' declared inside parameter list
../../sys/aio.h:175: warning: its scope is only this definition or declaration, which is probably not what you want.

-----------------------------------
All warnings from kernel GENERIC98
-----------------------------------
../../dev/amr/amr.c:1015: warning: `amr_wait_command' defined but not used
../../dev/amr/amr.c:1218: warning: passing arg 2 of `bcopy' discards qualifiers from pointer target type
../../dev/amr/amr.c:1518: warning: passing arg 1 of `bcopy' discards qualifiers from pointer target type
../../dev/amr/amr.c:1549: warning: passing arg 1 of `bcopy' discards qualifiers from pointer target type
../../dev/amr/amr.c:171: warning: cast discards qualifiers from pointer target type
../../i386/isa/bs/bsfunc.c:634: warning: large integer implicitly truncated to unsigned type
../../i386/isa/bs/bsfunc.c:64: warning: label `again' defined but not used
../../i386/isa/bs/bshw_dma.c:126: warning: called from here
../../i386/isa/bs/bshw_dma.c:223: warning: comparison is always true due to limited range of data type
../../i386/isa/bs/bshw_dma.c:38: warning: can't inline call to `bshw_dmastart'
../../i386/isa/bs/bshw_pdma.c:39: warning: can't inline call to `bshw_lc_smit_stop'
../../i386/isa/bs/bshw_pdma.c:49: warning: called from here
../../i386/isa/if_fe.c:1157: warning: suggest parentheses around arithmetic in operand of |
../../kern/init_sysent.c:24: warning: cast discards qualifiers from pointer target type
../../kern/subr_diskslice.c:162: warning: unused variable `s'
../../kern/sys_generic.c:344: warning: cast discards qualifiers from pointer target type
../../kern/vfs_aio.c:1014: warning: cast discards qualifiers from pointer target type
../../kern/vfs_aio.c:1426: warning: `aio_aqueue' defined but not used
../../kern/vfs_aio.c:575: warning: cast discards qualifiers from pointer target type
../../netinet/ip_input.c:665: warning: assignment from incompatible pointer type
../../netinet/tcp_subr.c:983: warning: `off' might be used uninitialized in this function
../../pc98/pc98/clock.c:1095: warning: `s' might be used uninitialized in this function
../../pc98/pc98/fd.c:1160: warning: unused variable `i'
../../pc98/pc98/fd.c:1161: warning: unused variable `st0'
../../pc98/pc98/fd.c:1161: warning: unused variable `st3'
../../pc98/pc98/fd.c:1165: warning: unused variable `fd_fifo'
../../pc98/pc98/fd.c:868: warning: unused variable `ic_type'
../../pc98/pc98/npx.c:273: warning: large integer implicitly truncated to unsigned type
../../pc98/pc98/npx.c:273: warning: large integer implicitly truncated to unsigned type
../../pc98/pc98/pc98gdc.c:1042: warning: `dump_buffer' defined but not used
../../pc98/pc98/pc98gdc.c:518: warning: `initialize_gdc' defined but not used
../../pc98/pc98/pc98gdc.c:612: warning: `gdc_nop' defined but not used
../../pc98/pc98/sio.c:1169: warning: `rsabase' might be used uninitialized in this function
../../pc98/pc98/sio.c:1301: warning: unused variable `xiobase'
../../pc98/pc98/sio.c:1302: warning: unused variable `io'
../../pci/amd.c:838: warning: `amd_reset' defined but not used
../../pci/amd.c:880: warning: `amd_timeout' defined but not used
../../pci/if_fxp.c:1475: warning: passing arg 2 of `bcopy' discards qualifiers from pointer target type
../../pci/if_fxp.c:1532: warning: passing arg 2 of `bcopy' discards qualifiers from pointer target type
../../pci/if_fxp.c:2049: warning: passing arg 2 of `bcopy' discards qualifiers from pointer target type
../../pci/ncr.c:5335: warning: cast discards qualifiers from pointer target type
../../pci/ncr.c:5472: warning: cast discards qualifiers from pointer target type
../../pci/ncr.c:5775: warning: cast discards qualifiers from pointer target type
../../pci/ncr.c:5779: warning: cast discards qualifiers from pointer target type
../../pci/ncr.c:5803: warning: cast discards qualifiers from pointer target type
../../pci/ncr.c:5810: warning: cast discards qualifiers from pointer target type
../../pci/ncr.c:5818: warning: cast discards qualifiers from pointer target type
../../pci/ncr.c:5823: warning: cast discards qualifiers from pointer target type
../../pci/ncr.c:5833: warning: cast discards qualifiers from pointer target type
../../pci/ncr.c:5837: warning: cast discards qualifiers from pointer target type
../../pci/ncr.c:6805: warning: cast discards qualifiers from pointer target type
../../pci/ncr.c:6806: warning: cast discards qualifiers from pointer target type
../../sys/aio.h:175: warning: `struct sockbuf' declared inside parameter list
../../sys/aio.h:175: warning: its scope is only this definition or declaration, which is probably not what you want.

-----------------------------------
All warnings from make world
-----------------------------------
/otte/src/bin/ls/print.c:250: warning: `%c' yields only last 2 digits of year in some locales
/otte/src/bin/ps/print.c:369: warning: `%y' yields only last 2 digits of year
/otte/src/bin/ps/print.c:388: warning: `%c' yields only last 2 digits of year in some locales
/otte/src/bin/rmail/../../contrib/sendmail/rmail/rmail.c:13: warning: `copyright' defined but not used
/otte/src/bin/rmail/../../contrib/sendmail/rmail/rmail.c:19: warning: `sccsid' defined but not used
/otte/src/games/battlestar/fly.c:76: warning: comparison between pointer and integer
/otte/src/games/phantasia/misc.c:1451: warning: assignment from incompatible pointer type
/otte/src/games/sail/pl_main.c:52: warning: comparison between pointer and integer
/otte/src/gnu/lib/libreadline/history/doc/../../../../../contrib/libreadline/doc/hstech.texinfo:429: warning: unlikely character [ in @var.
/otte/src/gnu/lib/libreadline/history/doc/../../../../../contrib/libreadline/doc/hstech.texinfo:429: warning: unlikely character ] in @var.
/otte/src/gnu/lib/libreadline/readline/doc/../../../../../contrib/libreadline/doc/rluser.texinfo:1331: warning: @sc argument all uppercase, thus no effect.
/otte/src/gnu/lib/libreadline/readline/doc/../../../../../contrib/libreadline/doc/rluser.texinfo:1331: warning: @sc argument all uppercase, thus no effect.
/otte/src/gnu/usr.bin/awk/doc/../../../../contrib/awk/doc/gawk.texi:18072: warning: unlikely character , in @var.
/otte/src/gnu/usr.bin/awk/doc/../../../../contrib/awk/doc/gawk.texi:18075: warning: unlikely character , in @var.
/otte/src/gnu/usr.bin/awk/doc/../../../../contrib/awk/doc/gawk.texi:18080: warning: unlikely character , in @var.
/otte/src/gnu/usr.bin/awk/doc/../../../../contrib/awk/doc/gawk.texi:18084: warning: unlikely character , in @var.
/otte/src/gnu/usr.bin/binutils/doc/../../../../contrib/binutils/ld/ld.texinfo:1837: warning: `.' or `,' must follow cross reference, not @.
/otte/src/gnu/usr.bin/binutils/doc/../../../../contrib/binutils/ld/ld.texinfo:1841: warning: `.' or `,' must follow cross reference, not @.
/otte/src/gnu/usr.bin/binutils/doc/../../../../contrib/binutils/ld/ld.texinfo:2396: warning: unlikely character ) in @var.
/otte/src/gnu/usr.bin/binutils/doc/../../../../contrib/gdb/gdb/doc/gdb.texinfo:4647: warning: unlikely character , in @var.
/otte/src/gnu/usr.bin/binutils/doc/../../../../contrib/gdb/gdb/doc/gdb.texinfo:5284: warning: @sc argument all uppercase, thus no effect.
/otte/src/gnu/usr.bin/binutils/doc/../../../../contrib/gdb/gdb/doc/gdb.texinfo:6531: warning: @sc argument all uppercase, thus no effect.
/otte/src/gnu/usr.bin/binutils/doc/../../../../contrib/gdb/gdb/doc/gdbint.texinfo:1026: warning: @sc argument all uppercase, thus no effect.
/otte/src/gnu/usr.bin/binutils/doc/../../../../contrib/gdb/gdb/doc/stabs.texinfo:2040: warning: unlikely character , in @var.
/otte/src/gnu/usr.bin/binutils/doc/../../../../contrib/gdb/gdb/doc/stabs.texinfo:2040: warning: unlikely character , in @var.
/otte/src/gnu/usr.bin/binutils/doc/../../../../contrib/gdb/gdb/doc/stabs.texinfo:2139: warning: unlikely character , in @var.
/otte/src/gnu/usr.bin/binutils/doc/../../../../contrib/gdb/gdb/doc/stabs.texinfo:2139: warning: unlikely character , in @var.
/otte/src/gnu/usr.bin/binutils/doc/../../../../contrib/gdb/gdb/doc/stabs.texinfo:3373: warning: `.' or `,' must follow cross reference, not @.
/otte/src/gnu/usr.bin/binutils/doc/../../../../contrib/gdb/gdb/doc/stabs.texinfo:875: warning: `.' or `,' must follow cross reference, not f.
/otte/src/gnu/usr.bin/binutils/doc/../../../../contrib/libreadline/doc/rluser.texinfo:1331: warning: @sc argument all uppercase, thus no effect.
/otte/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/callback.c:326: warning: passing arg 1 of `vfprintf_filtered' from incompatible pointer type
/otte/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/callback.c:348: warning: initialization from incompatible pointer type
/otte/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/callback.c:351: warning: initialization from incompatible pointer type
/otte/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/corefile.c:312: warning: passing arg 2 of `print_address' from incompatible pointer type
/otte/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/gdbarch.c:345: warning: assignment from incompatible pointer type
/otte/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/cplus-dem.c:4527: warning: assignment discards qualifiers from pointer target type
/otte/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/cplus-dem.c:4527: warning: assignment discards qualifiers from pointer target type
/otte/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/cplus-dem.c:4530: warning: assignment discards qualifiers from pointer target type
/otte/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/cplus-dem.c:4530: warning: assignment discards qualifiers from pointer target type
/otte/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/c-common.c:1655: warning: passing arg 1 of `warning' from incompatible pointer type
/otte/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/c-common.c:1655: warning: passing arg 1 of `warning' from incompatible pointer type
/otte/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/c-common.c:1678: warning: passing arg 1 of `warning' from incompatible pointer type
/otte/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/c-common.c:1678: warning: passing arg 1 of `warning' from incompatible pointer type
/otte/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/reload1.c:1275: warning: passing arg 4 of `decode_asm_operands' from incompatible pointer type
/otte/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/reload1.c:1275: warning: passing arg 4 of `decode_asm_operands' from incompatible pointer type
/otte/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/toplev.c:1185: warning: initialization from incompatible pointer type
/otte/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/toplev.c:1185: warning: initialization from incompatible pointer type
/otte/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/toplev.c:1185: warning: initialization from incompatible pointer type
/otte/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/toplev.c:1185: warning: initialization from incompatible pointer type
/otte/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/toplev.c:1185: warning: initialization from incompatible pointer type
/otte/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/toplev.c:1185: warning: initialization from incompatible pointer type
/otte/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/toplev.c:1185: warning: initialization from incompatible pointer type
/otte/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/toplev.c:1185: warning: initialization from incompatible pointer type
/otte/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/toplev.c:1185: warning: initialization from incompatible pointer type
/otte/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/toplev.c:1185: warning: initialization from incompatible pointer type
/otte/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/toplev.c:1185: warning: initialization from incompatible pointer type
/otte/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/toplev.c:1185: warning: initialization from incompatible pointer type
/otte/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/toplev.c:1185: warning: initialization from incompatible pointer type
/otte/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/toplev.c:1185: warning: initialization from incompatible pointer type
/otte/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/toplev.c:1185: warning: initialization from incompatible pointer type
/otte/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/toplev.c:1185: warning: initialization from incompatible pointer type
/otte/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/toplev.c:1185: warning: initialization from incompatible pointer type
/otte/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/toplev.c:1185: warning: initialization from incompatible pointer type
/otte/src/gnu/usr.bin/cc/doc/../../../../contrib/gcc/rtl.texi:870: warning: unlikely character ) in @var.
/otte/src/gnu/usr.bin/cc/f77doc/../../../../contrib/gcc/f/intdoc.texi:9502: warning: unlikely character ( in @var.
/otte/src/gnu/usr.bin/cc/f77doc/../../../../contrib/gcc/f/intdoc.texi:9502: warning: unlikely character ) in @var.
/otte/src/gnu/usr.bin/cc/f77doc/../../../../contrib/gcc/f/intdoc.texi:9581: warning: unlikely character ( in @var.
/otte/src/gnu/usr.bin/cc/f77doc/../../../../contrib/gcc/f/intdoc.texi:9581: warning: unlikely character ) in @var.
/otte/src/gnu/usr.bin/cvs/doc/../../../../contrib/cvs/doc/cvs.texinfo:11664: warning: @sc argument all uppercase, thus no effect.
/otte/src/gnu/usr.bin/cvs/doc/../../../../contrib/cvs/doc/cvs.texinfo:11832: warning: @sc argument all uppercase, thus no effect.
/otte/src/gnu/usr.bin/cvs/doc/../../../../contrib/cvs/doc/cvs.texinfo:11968: warning: @sc argument all uppercase, thus no effect.
/otte/src/gnu/usr.bin/cvs/doc/../../../../contrib/cvs/doc/cvs.texinfo:12110: warning: @sc argument all uppercase, thus no effect.
/otte/src/gnu/usr.bin/cvs/doc/../../../../contrib/cvs/doc/cvs.texinfo:13112: warning: @sc argument all uppercase, thus no effect.
/otte/src/gnu/usr.bin/dialog/dialog.c:93: warning: second argument of `main' should be `char **'
/otte/src/gnu/usr.bin/diff/../../../contrib/diff/prepend_args.c:74: warning: initialization makes pointer from integer without a cast
/otte/src/gnu/usr.bin/diff/doc/../../../../contrib/diff/diff.texi:2678: warning: unlikely character ] in @var.
/otte/src/gnu/usr.bin/groff/troff/../../../../contrib/groff/troff/node.cc:1494: warning: `void *' is not a pointer-to-object type
/otte/src/gnu/usr.bin/ptx/doc/ptx.texinfo:116: warning: `.' or `,' must follow cross reference, not f.
/otte/src/gnu/usr.bin/ptx/doc/ptx.texinfo:256: warning: `.' or `,' must follow cross reference, not f.
/otte/src/gnu/usr.bin/rcs/lib/rcsutil.c:634: warning: assignment from incompatible pointer type
/otte/src/lib/libcom_err/doc/com_err.texinfo:377: warning: unlikely character ( in @var.
/otte/src/lib/libcom_err/doc/com_err.texinfo:377: warning: unlikely character ) in @var.
/otte/src/lib/libcom_err/doc/com_err.texinfo:384: warning: unlikely character ( in @var.
/otte/src/lib/libcom_err/doc/com_err.texinfo:384: warning: unlikely character ) in @var.
/otte/src/lib/libcom_err/doc/com_err.texinfo:577: warning: unlikely character ( in @var.
/otte/src/lib/libcom_err/doc/com_err.texinfo:577: warning: unlikely character ) in @var.
/otte/src/lib/libcrypt/crypt.c:31: warning: `rcsid' defined but not used
/otte/src/lib/libcrypt/crypt.c:31: warning: `rcsid' defined but not used
/otte/src/lib/libcrypt/crypt.c:31: warning: `rcsid' defined but not used
/otte/src/lib/libpam/libpam/../../../contrib/libpam/libpam/pam_handlers.c:578: warning: passing arg 1 of `_pam_open_static_handler' discards qualifiers from pointer target type
/otte/src/libexec/ftpd/../../bin/ls/print.c:250: warning: `%c' yields only last 2 digits of year in some locales
/otte/src/libexec/ftpd/ftpd.c:2560: warning: variable `dout' might be clobbered by `longjmp' or `vfork'
/otte/src/libexec/ftpd/ftpd.c:2561: warning: variable `dirlist' might be clobbered by `longjmp' or `vfork'
/otte/src/libexec/ftpd/ftpd.c:2562: warning: variable `simple' might be clobbered by `longjmp' or `vfork'
/otte/src/libexec/ftpd/ftpd.c:2563: warning: variable `freeglob' might be clobbered by `longjmp' or `vfork'
/otte/src/libexec/ftpd/popen.c:79: warning: variable `iop' might be clobbered by `longjmp' or `vfork'
/otte/src/libexec/ftpd/popen.c:80: warning: variable `gargc' might be clobbered by `longjmp' or `vfork'
/otte/src/libexec/rexecd/rexecd.c:182: warning: assignment discards qualifiers from pointer target type
/otte/src/libexec/rlogind/rlogind.c:372: warning: `fbp' might be used uninitialized in this function
/otte/src/libexec/rlogind/rlogind.c:372: warning: `pbp' might be used uninitialized in this function
/otte/src/libexec/rlogind/rlogind.c:573: warning: unused variable `retval'
/otte/src/libexec/rlogind/rlogind.c:574: warning: unused variable `af'
/otte/src/libexec/rlogind/rlogind.c:575: warning: unused variable `addr'
/otte/src/sbin/fsck/../../sys/ufs/ffs/ffs_subr.c:193: warning: this function may return with or without a value
/otte/src/sbin/fsck/../../sys/ufs/ffs/ffs_subr.c:217: warning: this function may return with or without a value
/otte/src/sbin/fsck/dir.c:127: warning: comparison between signed and unsigned
/otte/src/sbin/fsck/dir.c:56: warning: (near initialization for `emptydir.dot_type')
/otte/src/sbin/fsck/dir.c:56: warning: missing initializer
/otte/src/sbin/fsck/dir.c:620: warning: comparison between signed and unsigned
/otte/src/sbin/fsck/dir.c:634: warning: comparison between signed and unsigned
/otte/src/sbin/fsck/pass1.c:244: warning: comparison between signed and unsigned
/otte/src/sbin/fsck/pass5.c:229: warning: comparison between signed and unsigned
/otte/src/sbin/fsck/pass5.c:236: warning: comparison between signed and unsigned
/otte/src/sbin/fsck/pass5.c:95: warning: comparison between signed and unsigned
/otte/src/sbin/quotacheck/quotacheck.c:186: warning: passing arg 3 of `checkfstab' from incompatible pointer type
/otte/src/sbin/quotacheck/quotacheck.c:186: warning: passing arg 4 of `checkfstab' from incompatible pointer type
/otte/src/secure/lib/libcrypt/../../../lib/libcrypt/crypt.c:31: warning: `rcsid' defined but not used
/otte/src/secure/lib/libcrypt/../../../lib/libcrypt/crypt.c:31: warning: `rcsid' defined but not used
/otte/src/secure/lib/libcrypt/../../../lib/libcrypt/crypt.c:31: warning: `rcsid' defined but not used
/otte/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/pk.c:228: warning: passing arg 1 of `des_cbc_encrypt' from incompatible pointer type
/otte/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/pk.c:228: warning: passing arg 1 of `des_cbc_encrypt' from incompatible pointer type
/otte/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/pk.c:228: warning: passing arg 2 of `des_cbc_encrypt' from incompatible pointer type
/otte/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/pk.c:228: warning: passing arg 2 of `des_cbc_encrypt' from incompatible pointer type
/otte/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/pk.c:265: warning: passing arg 1 of `des_cbc_encrypt' from incompatible pointer type
/otte/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/pk.c:265: warning: passing arg 1 of `des_cbc_encrypt' from incompatible pointer type
/otte/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/pk.c:265: warning: passing arg 2 of `des_cbc_encrypt' from incompatible pointer type
/otte/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/pk.c:265: warning: passing arg 2 of `des_cbc_encrypt' from incompatible pointer type
/otte/src/secure/usr.bin/telnet/../../../crypto/telnet/telnet/commands.c:3085: warning: assignment makes pointer from integer without a cast
/otte/src/secure/usr.sbin/sshd/../../../crypto/openssh/login.c:127: warning: passing arg 1 of `logout' discards qualifiers from pointer target type
/otte/src/share/doc/papers/beyond4.3/beyond43.ms:156: warning: can't find font `C'
/otte/src/share/doc/papers/diskperf/results.ms:231: warning: indent cannot be negative
/otte/src/share/doc/papers/diskperf/results.ms:413: warning: indent cannot be negative
/otte/src/share/doc/papers/fsinterface/fsinterface.ms:35: warning: number register `v' not defined
/otte/src/share/doc/papers/fsinterface/fsinterface.ms:60: warning: number register `UX' not defined
/otte/src/share/doc/papers/memfs/1.t:390: warning: `Li' not defined
/otte/src/share/doc/papers/memfs/1.t:390: warning: number register `Ns' not defined
/otte/src/share/doc/papers/memfs/1.t:390: warning: number register `rS' not defined
/otte/src/share/doc/papers/memfs/1.t:401: warning: `FE' not defined
/otte/src/share/doc/papers/memfs/1.t:401: warning: `FS' not defined
/otte/src/share/doc/papers/memfs/1.t:401: warning: `[G' not defined
/otte/src/share/doc/papers/memfs/1.t:401: warning: `[O' not defined
/otte/src/share/doc/papers/memfs/1.t:413: warning: `[I' not defined
/otte/src/share/doc/papers/memfs/1.t:413: warning: `[N' not defined
/otte/src/share/doc/papers/memfs/1.t:413: warning: `[O' not defined
/otte/src/share/doc/papers/memfs/1.t:413: warning: `[V' not defined
/otte/src/share/doc/papers/memfs/1.t:427: warning: `[I' not defined
/otte/src/share/doc/papers/memfs/1.t:427: warning: `[O' not defined
/otte/src/share/doc/papers/memfs/1.t:441: warning: `[I' not defined
/otte/src/share/doc/papers/memfs/1.t:441: warning: `[O' not defined
/otte/src/share/doc/psd/12.make/../../../../usr.bin/make/PSD.doc/tutorial.ms:1084: warning: `Rm' not defined
/otte/src/share/doc/psd/12.make/../../../../usr.bin/make/PSD.doc/tutorial.ms:171: warning: `Ix' not defined
/otte/src/share/doc/psd/12.make/../../../../usr.bin/make/PSD.doc/tutorial.ms:740: warning: `Rd' not defined
/otte/src/share/doc/psd/21.ipc/3.t:340: warning: indent cannot be negative
/otte/src/share/doc/psd/21.ipc/4.t:353: warning: indent cannot be negative
/otte/src/share/doc/psd/22.rpcgen/../../../../lib/libc/rpc/PSD.doc/rpcgen.ms:13: warning: missing closing delimiter
/otte/src/share/doc/psd/22.rpcgen/../../../../lib/libc/rpc/PSD.doc/rpcgen.ms:95: warning: can't find font `CW'
/otte/src/share/doc/psd/23.rpc/../../../../lib/libc/rpc/PSD.doc/rpc.prog.ms:181: warning: can't find font `CW'
/otte/src/share/doc/psd/23.rpc/../../../../lib/libc/rpc/PSD.doc/rpc.prog.ms:1943: warning: `/"' not defined
/otte/src/share/doc/psd/23.rpc/../../../../lib/libc/rpc/PSD.doc/rpc.prog.ms:2065: warning: number register `"' not defined
/otte/src/share/doc/psd/23.rpc/../../../../lib/libc/rpc/PSD.doc/rpc.prog.ms:226: warning: missing name
/otte/src/share/doc/psd/23.rpc/../../../../lib/libc/rpc/PSD.doc/rpc.prog.ms:233: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/23.rpc/../../../../lib/libc/rpc/PSD.doc/rpc.prog.ms:526: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:1025: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:1031: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:1038: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:1064: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:106: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:110: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:1115: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:1137: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:1329: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:1333: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:1411: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:1437: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:1475: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:1554: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:1558: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:1608: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:1751: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:17: warning: missing closing delimiter
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:185: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:190: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:208: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:213: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:506: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:510: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:514: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:518: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:522: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:526: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:530: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:556: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:596: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:598: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:602: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:84: warning: can't find font `CW'
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:86: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:875: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:904: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/24.xdr/../../../../lib/libc/rpc/PSD.doc/xdr.nts.ms:90: warning: `sp.5' not defined (probable missing space after `sp')
/otte/src/share/doc/psd/25.xdrrfc/../../../../lib/libc/rpc/PSD.doc/xdr.rfc.ms:14: warning: missing closing delimiter
/otte/src/share/doc/psd/25.xdrrfc/../../../../lib/libc/rpc/PSD.doc/xdr.rfc.ms:79: warning: can't find font `CW'
/otte/src/share/doc/psd/26.rpcrfc/../../../../lib/libc/rpc/PSD.doc/rpc.rfc.ms:13: warning: missing closing delimiter
/otte/src/share/doc/psd/26.rpcrfc/../../../../lib/libc/rpc/PSD.doc/rpc.rfc.ms:251: warning: can't find font `CW'
/otte/src/share/doc/psd/27.nfsrpc/../../../../lib/libc/rpc/PSD.doc/nfs.rfc.ms:13: warning: missing closing delimiter
/otte/src/share/doc/psd/27.nfsrpc/../../../../lib/libc/rpc/PSD.doc/nfs.rfc.ms:566: warning: can't find font `CW'
/otte/src/share/doc/psd/28.cvs/../../../../contrib/cvs/doc/cvs-paper.ms:406: warning: indent cannot be negative
/otte/src/share/doc/psd/28.cvs/../../../../contrib/cvs/doc/cvs-paper.ms:483: warning: indent cannot be negative
/otte/src/share/doc/psd/28.cvs/../../../../contrib/cvs/doc/cvs-paper.ms:600: warning: can't find font `CW'
/otte/src/share/doc/psd/title/Title:48: warning: `pt' not defined
/otte/src/share/doc/smm/01.setup/1.t:62: warning: can't find font `CW'
/otte/src/share/doc/smm/01.setup/2.t:1341: warning: can't find font `C'
/otte/src/share/doc/smm/01.setup/2.t:1379: warning: indent cannot be negative
/otte/src/share/doc/smm/01.setup/2.t:1423: warning: indent cannot be negative
/otte/src/share/doc/smm/01.setup/6.t:672: warning: indent cannot be negative
/otte/src/share/doc/smm/02.config/../../../../usr.sbin/config/SMM.doc/5.t:74: warning: indent cannot be negative
/otte/src/share/doc/smm/05.fastfs/3.t:162: warning: indent cannot be negative
/otte/src/share/doc/smm/05.fastfs/3.t:197: warning: indent cannot be negative
/otte/src/share/doc/smm/05.fastfs/4.t:118: warning: indent cannot be negative
/otte/src/share/doc/smm/10.named/../../../../contrib/bind/doc/bog/files.me:1104: warning: can't break line
/otte/src/share/doc/smm/10.named/../../../../contrib/bind/doc/bog/files.me:714: warning: can't break line
/otte/src/share/doc/smm/10.named/../../../../contrib/bind/doc/bog/files.me:779: warning: can't break line
/otte/src/share/doc/smm/10.named/../../../../contrib/bind/doc/bog/files.me:792: warning: can't break line
/otte/src/share/doc/smm/10.named/../../../../contrib/bind/doc/bog/files.me:925: warning: can't break line
/otte/src/share/doc/smm/10.named/../../../../contrib/bind/doc/bog/files.me:963: warning: can't break line
/otte/src/share/doc/smm/10.named/../../../../contrib/bind/doc/bog/files.me:996: warning: can't break line
/otte/src/share/doc/smm/10.named/../../../../contrib/bind/doc/bog/files.me:997: warning: can't break line
/otte/src/share/doc/smm/10.named/../../../../contrib/bind/doc/bog/files.me:998: warning: can't break line
/otte/src/share/doc/smm/10.named/../../../../contrib/bind/doc/bog/root.cache:94: warning: can't break line
/otte/src/share/doc/smm/title/Title:173: warning: `Dt' not defined
/otte/src/share/doc/smm/title/Title:173: warning: `Ed' not defined
/otte/src/share/doc/smm/title/Title:173: warning: `OT' not defined
/otte/src/share/doc/smm/title/Title:48: warning: `pt' not defined
/otte/src/share/doc/usd/12.vi/viapwh/../../../../../contrib/nvi/docs/USD.doc/vitut/vi.apwh.ms:109: warning: `LE' not defined
/otte/src/share/doc/usd/12.vi/viapwh/../../../../../contrib/nvi/docs/USD.doc/vitut/vi.apwh.ms:42: warning: `CB' not defined
/otte/src/share/doc/usd/12.vi/viapwh/../../../../../contrib/nvi/docs/USD.doc/vitut/vi.apwh.ms:88: warning: `VL' not defined
/otte/src/share/doc/usd/title/Title:48: warning: `pt' not defined
/otte/src/sys/boot/i386/loader/../../common/interp_forth.c:243: warning: passing arg 1 of `ficlBuild' discards qualifiers from pointer target type
/otte/src/sys/boot/i386/loader/../../common/isapnp.c:69: warning: `isapnp_read' defined but not used
/otte/src/sys/boot/i386/loader/../../common/load_aout.c:230: warning: long unsigned int format, unsigned int arg (arg 2)
/otte/src/sys/boot/i386/loader/../../common/load_aout.c:240: warning: long unsigned int format, unsigned int arg (arg 2)
/otte/src/sys/boot/i386/loader/../../common/pnp.c:20: warning: `pnp_readconf' declared `static' but never defined
/otte/src/sys/boot/i386/loader/../../common/pnp.c:21: warning: `pnp_scankernel' declared `static' but never defined
/otte/src/sys/boot/i386/loader/main.c:163: warning: `biosdev' might be used uninitialized in this function
/otte/src/sys/boot/i386/loader/main.c:80: warning: return type of `main' is not `int'
/otte/src/sys/modules/amr/../../dev/amr/amr.c:1015: warning: `amr_wait_command' defined but not used
/otte/src/sys/modules/amr/../../dev/amr/amr.c:1218: warning: passing arg 2 of `bcopy' discards qualifiers from pointer target type
/otte/src/sys/modules/amr/../../dev/amr/amr.c:1518: warning: passing arg 1 of `bcopy' discards qualifiers from pointer target type
/otte/src/sys/modules/amr/../../dev/amr/amr.c:1549: warning: passing arg 1 of `bcopy' discards qualifiers from pointer target type
/otte/src/sys/modules/amr/../../dev/amr/amr.c:171: warning: cast discards qualifiers from pointer target type
/otte/src/sys/modules/fxp/../../pci/if_fxp.c:1475: warning: passing arg 2 of `bcopy' discards qualifiers from pointer target type
/otte/src/sys/modules/fxp/../../pci/if_fxp.c:1532: warning: passing arg 2 of `bcopy' discards qualifiers from pointer target type
/otte/src/sys/modules/fxp/../../pci/if_fxp.c:2049: warning: passing arg 2 of `bcopy' discards qualifiers from pointer target type
/otte/src/sys/modules/ibcs2/../../i386/ibcs2/ibcs2_sysent.c:18: warning: cast discards qualifiers from pointer target type
/otte/src/sys/modules/linux/../../i386/linux/linux_sysent.c:19: warning: cast discards qualifiers from pointer target type
/otte/src/sys/modules/nullfs/../../miscfs/nullfs/null_vfsops.c:422: warning: function declaration isn't a prototype
/otte/src/sys/modules/splash/bmp/splash_bmp.c:481: warning: cast discards qualifiers from pointer target type
/otte/src/sys/modules/splash/bmp/splash_bmp.c:505: warning: cast discards qualifiers from pointer target type
/otte/src/sys/modules/splash/pcx/splash_pcx.c:201: warning: passing arg 2 of pointer to function discards qualifiers from pointer target type
/otte/src/sys/modules/svr4/../../svr4/svr4_resource.c:219: warning: implicit declaration of function `dosetrlimit'
/otte/src/sys/modules/svr4/../../svr4/svr4_stream.c:2252: warning: assignment from incompatible pointer type
/otte/src/sys/modules/svr4/../../svr4/svr4_sysent.c:21: warning: cast discards qualifiers from pointer target type
/otte/src/sys/modules/svr4/../../svr4/svr4_sysvec.c:176: warning: initialization from incompatible pointer type
/otte/src/sys/modules/syscons/daemon/daemon_saver.c:173: warning: array subscript has type `char'
/otte/src/sys/modules/syscons/daemon/daemon_saver.c:180: warning: array subscript has type `char'
/otte/src/sys/modules/syscons/daemon/daemon_saver.c:205: warning: array subscript has type `char'
/otte/src/sys/modules/syscons/snake/snake_saver.c:110: warning: array subscript has type `char'
/otte/src/sys/modules/syscons/snake/snake_saver.c:88: warning: array subscript has type `char'
/otte/src/sys/modules/syscons/star/star_saver.c:98: warning: array subscript has type `char'
/otte/src/sys/modules/union/../../miscfs/union/union_vnops.c:1801: warning: unused variable `un'
/otte/src/sys/modules/vn/../../dev/vn/vn.c:415: warning: passing arg 2 of `vm_pager_strategy' from incompatible pointer type
/otte/src/usr.bin/ar/contents.c:80: warning: `%c' yields only last 2 digits of year in some locales
/otte/src/usr.bin/at/at.c:492: warning: `%x' yields only last 2 digits of year in some locales
/otte/src/usr.bin/calendar/io.c:147: warning: `%c' yields only last 2 digits of year in some locales
/otte/src/usr.bin/chat/chat.c:269: warning: value computed is not used
/otte/src/usr.bin/colldef/scan.l:638: warning: `yyunput' defined but not used
/otte/src/usr.bin/colldef/scan.l:638: warning: `yyunput' defined but not used
/otte/src/usr.bin/compile_et/../../contrib/com_err/getarg.c:178: warning: assignment makes pointer from integer without a cast
/otte/src/usr.bin/compile_et/../../contrib/com_err/getarg.c:197: warning: assignment makes pointer from integer without a cast
/otte/src/usr.bin/fetch/main.c:284: warning: passing arg 1 of `sigdelset' discards qualifiers from pointer target type
/otte/src/usr.bin/ftp/cmds.c:661: warning: initialization makes integer from pointer without a cast
/otte/src/usr.bin/ftp/cmds.c:892: warning: assignment makes pointer from integer without a cast
/otte/src/usr.bin/ftp/cmds.c:906: warning: initialization makes integer from pointer without a cast
/otte/src/usr.bin/leave/leave.c:150: warning: unknown conversion type character `+' in format
/otte/src/usr.bin/login/login.c:135: warning: argument `argv' might be clobbered by `longjmp' or `vfork'
/otte/src/usr.bin/login/login.c:769: warning: suggest explicit braces to avoid ambiguous `else'
/otte/src/usr.bin/ncal/ncal.c:390: warning: unknown conversion type character `F' in format
/otte/src/usr.bin/ncal/ncal.c:581: warning: flag `O' used with type `B'
/otte/src/usr.bin/ncal/ncal.c:672: warning: flag `O' used with type `B'
/otte/src/usr.bin/telnet/commands.c:2906: warning: assignment makes pointer from integer without a cast
/otte/src/usr.bin/vi/../../contrib/nvi/vi/getc.c:182: warning: passing arg 4 of `db_get' from incompatible pointer type
/otte/src/usr.bin/vi/../../contrib/nvi/vi/getc.c:52: warning: passing arg 3 of `db_eget' from incompatible pointer type
/otte/src/usr.bin/vi/../../contrib/nvi/vi/v_txt.c:2226: warning: comparison of distinct pointer types lacks a cast
/otte/src/usr.bin/vi/../../contrib/nvi/vi/v_txt.c:2244: warning: comparison of distinct pointer types lacks a cast
/otte/src/usr.bin/vi/../../contrib/nvi/vi/v_ulcase.c:119: warning: passing arg 4 of `db_get' from incompatible pointer type
/otte/src/usr.bin/vmstat/vmstat.c:484: warning: `pgtok' redefined
/otte/src/usr.bin/vmstat/vmstat.c:484: warning: `pgtok' redefined
/otte/src/usr.sbin/amd/doc/../../../contrib/amd/doc/am-utils.texi:6201: warning: unlikely character [ in @var.
/otte/src/usr.sbin/amd/doc/../../../contrib/amd/doc/am-utils.texi:6201: warning: unlikely character ] in @var.
/otte/src/usr.sbin/apmd/apmdlex.l:440: warning: `yyunput' defined but not used
/otte/src/usr.sbin/config/lang.l:1027: warning: `yy_flex_realloc' defined but not used
/otte/src/usr.sbin/config/lang.l:1027: warning: `yy_flex_realloc' defined but not used
/otte/src/usr.sbin/i4b/isdnd/log.c:174: warning: #warning "FreeBSD ncurses is buggy: write to last column = auto newline!"
/otte/src/usr.sbin/i4b/isdnd/log.c:174: warning: #warning "FreeBSD ncurses is buggy: write to last column = auto newline!"
/otte/src/usr.sbin/i4b/isdnmonitor/main.c:525: warning: #warning "FreeBSD ncurses is buggy: write to last column = auto newline!"
/otte/src/usr.sbin/i4b/isdnmonitor/main.c:525: warning: #warning "FreeBSD ncurses is buggy: write to last column = auto newline!"
/otte/src/usr.sbin/lpr/lpc/lpc.c:142: warning: function declaration isn't a prototype
/otte/src/usr.sbin/lpr/lpd/lpd.c:129: warning: `finet' might be used uninitialized in this function
/otte/src/usr.sbin/lpr/lpd/lpd.c:314: warning: `domain' might be used uninitialized in this function
/otte/src/usr.sbin/lpr/lpd/lpd.c:314: warning: `s' might be used uninitialized in this function
/otte/src/usr.sbin/ndp/ndp.c:244: warning: previous implicit declaration of `rtrlist'
/otte/src/usr.sbin/ndp/ndp.c:826: warning: `rtrlist' was previously implicitly declared to return `int'
/otte/src/usr.sbin/ndp/ndp.c:826: warning: type mismatch with previous implicit declaration
/otte/src/usr.sbin/ntp/libntp/../../../contrib/ntp/libntp/gpstolfp.c:27: warning: decimal constant is so large that it is unsigned
/otte/src/usr.sbin/rarpd/rarpd.c:705: warning: passing arg 2 of `ether_ntohost' from incompatible pointer type
/otte/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-token.c:74: warning: assignment of read-only location
/otte/src/usr.sbin/tcpdump/tcpslice/gwtm2secs.c:49: warning: suggest explicit braces to avoid ambiguous `else'
/otte/src/usr.sbin/trpt/trpt.c:199: warning: passing arg 4 of `qsort' from incompatible pointer type
/otte/src/usr.sbin/ypset/ypset.c:87: warning: passing arg 2 of `bcopy' makes pointer from integer without a cast
/usr/obj/otte/src/i386/usr/include/machine/param.h:158: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/machine/param.h:158: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/pccard/cardinfo.h:80: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/pccard/cardinfo.h:80: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/pccard/cardinfo.h:80: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/pccard/cardinfo.h:80: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/pccard/cardinfo.h:80: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/pccard/cardinfo.h:80: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/sys/cdrio.h:59: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/sys/cdrio.h:59: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/sys/cdrio.h:59: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/sys/cdrio.h:59: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/sys/cdrio.h:59: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/sys/cdrio.h:59: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/sys/memrange.h:18: warning: `MDF_ACTIVE' redefined
/usr/obj/otte/src/i386/usr/include/sys/memrange.h:18: warning: `MDF_ACTIVE' redefined
/usr/obj/otte/src/i386/usr/include/sys/memrange.h:18: warning: `MDF_ACTIVE' redefined
/usr/obj/otte/src/i386/usr/include/sys/memrange.h:18: warning: `MDF_ACTIVE' redefined
/usr/obj/otte/src/i386/usr/include/sys/memrange.h:18: warning: `MDF_ACTIVE' redefined
/usr/obj/otte/src/i386/usr/include/sys/memrange.h:18: warning: `MDF_ACTIVE' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:44: warning: `B50' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:44: warning: `B50' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:44: warning: `B50' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:44: warning: `B50' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:44: warning: `B50' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:44: warning: `B50' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:45: warning: `B75' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:45: warning: `B75' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:45: warning: `B75' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:45: warning: `B75' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:45: warning: `B75' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:45: warning: `B75' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:46: warning: `B110' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:46: warning: `B110' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:46: warning: `B110' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:46: warning: `B110' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:46: warning: `B110' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:46: warning: `B110' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:47: warning: `B134' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:47: warning: `B134' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:47: warning: `B134' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:47: warning: `B134' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:47: warning: `B134' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:47: warning: `B134' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:48: warning: `B150' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:48: warning: `B150' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:48: warning: `B150' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:48: warning: `B150' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:48: warning: `B150' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:48: warning: `B150' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:49: warning: `B200' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:49: warning: `B200' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:49: warning: `B200' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:49: warning: `B200' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:49: warning: `B200' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:49: warning: `B200' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:50: warning: `B300' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:50: warning: `B300' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:50: warning: `B300' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:50: warning: `B300' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:50: warning: `B300' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:50: warning: `B300' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:51: warning: `B600' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:51: warning: `B600' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:51: warning: `B600' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:51: warning: `B600' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:51: warning: `B600' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:51: warning: `B600' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:52: warning: `B1200' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:52: warning: `B1200' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:52: warning: `B1200' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:52: warning: `B1200' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:52: warning: `B1200' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:52: warning: `B1200' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:53: warning: `B1800' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:53: warning: `B1800' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:53: warning: `B1800' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:53: warning: `B1800' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:53: warning: `B1800' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:53: warning: `B1800' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:54: warning: `B2400' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:54: warning: `B2400' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:54: warning: `B2400' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:54: warning: `B2400' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:54: warning: `B2400' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:54: warning: `B2400' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:55: warning: `B4800' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:55: warning: `B4800' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:55: warning: `B4800' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:55: warning: `B4800' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:55: warning: `B4800' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:55: warning: `B4800' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:56: warning: `B9600' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:56: warning: `B9600' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:56: warning: `B9600' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:56: warning: `B9600' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:56: warning: `B9600' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:56: warning: `B9600' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:57: warning: `EXTA' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:57: warning: `EXTA' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:57: warning: `EXTA' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:57: warning: `EXTA' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:57: warning: `EXTA' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:57: warning: `EXTA' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:58: warning: `EXTB' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:58: warning: `EXTB' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:58: warning: `EXTB' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:58: warning: `EXTB' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:58: warning: `EXTB' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:58: warning: `EXTB' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:59: warning: `B57600' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:59: warning: `B57600' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:59: warning: `B57600' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:59: warning: `B57600' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:59: warning: `B57600' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:59: warning: `B57600' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:60: warning: `B115200' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:60: warning: `B115200' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:60: warning: `B115200' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:60: warning: `B115200' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:60: warning: `B115200' redefined
/usr/obj/otte/src/i386/usr/include/sys/ttydev.h:60: warning: `B115200' redefined
/usr/obj/otte/src/i386/usr/include/sys/wormio.h:102: warning: `CDRIOCBLANK' redefined
/usr/obj/otte/src/i386/usr/include/sys/wormio.h:102: warning: `CDRIOCBLANK' redefined
/usr/obj/otte/src/i386/usr/include/sys/wormio.h:102: warning: `CDRIOCBLANK' redefined
/usr/obj/otte/src/i386/usr/include/sys/wormio.h:102: warning: `CDRIOCBLANK' redefined
/usr/obj/otte/src/i386/usr/include/sys/wormio.h:102: warning: `CDRIOCBLANK' redefined
/usr/obj/otte/src/i386/usr/include/sys/wormio.h:102: warning: `CDRIOCBLANK' redefined
/usr/obj/otte/src/i386/usr/include/termios.h:206: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:206: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:206: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:206: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:206: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:206: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:207: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:207: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:207: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:207: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:207: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:207: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:208: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:208: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:208: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:208: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:208: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:208: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:209: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:209: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:209: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:209: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:209: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:209: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:210: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:210: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:210: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:210: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:210: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:210: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:211: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:211: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:211: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:211: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:211: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:211: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:212: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:212: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:212: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:212: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:212: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:212: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:213: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:213: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:213: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:213: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:213: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:213: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:214: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:214: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:214: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:214: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:214: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:214: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:215: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:215: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:215: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:215: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:215: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:215: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:216: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:216: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:216: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:216: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:216: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:216: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:217: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:217: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:217: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:217: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:217: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:217: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:218: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:218: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:218: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:218: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:218: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:218: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:225: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:225: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:225: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:225: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:225: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:225: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:227: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:227: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:227: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:227: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:227: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:227: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:229: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:229: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:229: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:229: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:229: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:229: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:230: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:230: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:230: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:230: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:230: warning: this is the location of the previous definition
/usr/obj/otte/src/i386/usr/include/termios.h:230: warning: this is the location of the previous definition
3.t:203: warning: indent cannot be negative
3.t:363: warning: indent cannot be negative
3.t:626: warning: indent cannot be negative
3.t:769: warning: indent cannot be negative
4.t:645: warning: indent cannot be negative
<standard input>:1112: warning: indent cannot be negative
<standard input>:1270: warning: indent cannot be negative
<standard input>:2538: warning: `FK' not defined
<standard input>:331: warning: indent cannot be negative
<standard input>:34: warning: number register `xx' not defined
<standard input>:3554: warning: `1.6' not defined
A.gt:110: warning: `vS' not defined
A.gt:14: warning: number register `v' not defined
A.gt:154: warning: number register `x' not defined
A.gt:351: warning: `vE' not defined
A.gt:3: warning: only `z' and `u' scale indicators valid in this context
External Data Representation			 ... /otte/src/share/doc/psd/25.xdrrfc/../../../../lib/libc/rpc/PSD.doc/xdr.rfc.ms:13: warning: number register `PN' not defined
Network Programming			 ... /otte/src/share/doc/psd/23.rpc/../../../../lib/libc/rpc/PSD.doc/rpc.prog.ms:8: warning: number register `PN' not defined
appendix.ms:107: warning: `vS' not defined
appendix.ms:131: warning: number register `x' not defined
appendix.ms:14: warning: number register `v' not defined
appendix.ms:271: warning: `vE' not defined
appendix.ms:3: warning: only `z' and `u' scale indicators valid in this context
appendix.tmp:134: warning: number register `x' not defined
appendix.tmp:14: warning: number register `v' not defined
appendix.tmp:3: warning: only `z' and `u' scale indicators valid in this context
appendix.tmp:848: warning: only `z' and `u' scale indicators valid in this context
bootparam_prot_svc.c:59: warning: passing arg 3 of pointer to function from incompatible pointer type
bootparam_prot_svc.c:67: warning: passing arg 3 of pointer to function from incompatible pointer type
bucomm.o(.text+0x343): warning: mktemp() possibly used unsafely; consider using mkstemp()
bucomm.o(.text+0x343): warning: mktemp() possibly used unsafely; consider using mkstemp()
bucomm.o(.text+0x343): warning: mktemp() possibly used unsafely; consider using mkstemp()
bucomm.o(.text+0x343): warning: mktemp() possibly used unsafely; consider using mkstemp()
bucomm.o(.text+0x343): warning: mktemp() possibly used unsafely; consider using mkstemp()
bucomm.o(.text+0x343): warning: mktemp() possibly used unsafely; consider using mkstemp()
bucomm.o(.text+0x343): warning: mktemp() possibly used unsafely; consider using mkstemp()
bucomm.o(.text+0x343): warning: mktemp() possibly used unsafely; consider using mkstemp()
bucomm.o(.text+0x343): warning: mktemp() possibly used unsafely; consider using mkstemp()
bucomm.o(.text+0x343): warning: mktemp() possibly used unsafely; consider using mkstemp()
bucomm.o(.text+0x343): warning: mktemp() possibly used unsafely; consider using mkstemp()
bucomm.o(.text+0x343): warning: mktemp() possibly used unsafely; consider using mkstemp()
bucomm.o(.text+0x343): warning: mktemp() possibly used unsafely; consider using mkstemp()
bucomm.o(.text+0x343): warning: mktemp() possibly used unsafely; consider using mkstemp()
bucomm.o(.text+0x343): warning: mktemp() possibly used unsafely; consider using mkstemp()
bucomm.o(.text+0x343): warning: mktemp() possibly used unsafely; consider using mkstemp()
bucomm.o(.text+0x343): warning: mktemp() possibly used unsafely; consider using mkstemp()
bucomm.o(.text+0x343): warning: mktemp() possibly used unsafely; consider using mkstemp()
choose-temp.o(.text+0x13e): warning: mktemp() possibly used unsafely; consider using mkstemp()
choose-temp.o(.text+0x13e): warning: mktemp() possibly used unsafely; consider using mkstemp()
choose-temp.o(.text+0x13e): warning: mktemp() possibly used unsafely; consider using mkstemp()
choose-temp.o(.text+0x13e): warning: mktemp() possibly used unsafely; consider using mkstemp()
choose-temp.o(.text+0x13e): warning: mktemp() possibly used unsafely; consider using mkstemp()
choose-temp.o(.text+0x13e): warning: mktemp() possibly used unsafely; consider using mkstemp()
choose-temp.o(.text+0x13e): warning: mktemp() possibly used unsafely; consider using mkstemp()
crunchgen.o(.text+0x1f8): warning: mktemp() possibly used unsafely; consider using mkstemp()
ctm_pass2.o(.text+0x7fa): warning: tempnam() possibly used unsafely; consider using mkstemp()
dhclient.o(.text+0x2c1b): warning: mktemp() possibly used unsafely; consider using mkstemp()
eval.o(.text+0x417): warning: mktemp() possibly used unsafely; consider using mkstemp()
indxbib.o(.text+0x40b): warning: mktemp() possibly used unsafely; consider using mkstemp()
kernmalloc.ms:408: warning: number register `OI' not defined
kernmalloc.ms:66: warning: number register `d' not defined
list.o(.text+0xb0a): warning: mktemp() possibly used unsafely; consider using mkstemp()
list.o(.text+0xb0a): warning: mktemp() possibly used unsafely; consider using mkstemp()
main.o(.text+0x33a): warning: mktemp() possibly used unsafely; consider using mkstemp()
mk-amd-map.o(.text+0x575): warning: mktemp() possibly used unsafely; consider using mkstemp()
mount_portal.o(.text+0xeb): warning: mktemp() possibly used unsafely; consider using mkstemp()
patch.o(.text+0xc8): warning: mktemp() possibly used unsafely; consider using mkstemp()
printjob.o(.text+0xf1): warning: mktemp() possibly used unsafely; consider using mkstemp()
quit.o(.text+0xb76): warning: mktemp() possibly used unsafely; consider using mkstemp()
rcsedit.o(.text+0x1936): warning: mktemp() possibly used unsafely; consider using mkstemp()
rcsedit.o(.text+0x1936): warning: mktemp() possibly used unsafely; consider using mkstemp()
rcsedit.o(.text+0x1936): warning: mktemp() possibly used unsafely; consider using mkstemp()
rcsedit.o(.text+0x1936): warning: mktemp() possibly used unsafely; consider using mkstemp()
rcsfnms.o(.text+0xd0): warning: mktemp() possibly used unsafely; consider using mkstemp()
rcsfnms.o(.text+0xd0): warning: mktemp() possibly used unsafely; consider using mkstemp()
rcsfnms.o(.text+0xd0): warning: mktemp() possibly used unsafely; consider using mkstemp()
rcsfnms.o(.text+0xd0): warning: mktemp() possibly used unsafely; consider using mkstemp()
regex.texi:876: warning: unlikely character , in @var.
regex.texi:880: warning: unlikely character , in @var.
sdiff.o(.text+0x10c7): warning: tmpnam() possibly used unsafely; consider using mkstemp()
tables.o(.text+0x348): warning: tempnam() possibly used unsafely; consider using mkstemp()
texindex.o(.text+0xbd): warning: mktemp() possibly used unsafely; consider using mkstemp()
texindex.o(.text+0xbd): warning: mktemp() possibly used unsafely; consider using mkstemp()
xlint.o(.text+0x4b2): warning: mktemp() possibly used unsafely; consider using mkstemp()
xstr.o(.text+0xbe): warning: mktemp() possibly used unsafely; consider using mkstemp()
y.tab.c:269: warning: implicit declaration of function `yylex'
y.tab.c:310: warning: implicit declaration of function `yyerror'
yppasswdd_server.o(.text+0xba9): warning: mktemp() possibly used unsafely; consider using mkstemp()

-----------------------------------
END
-----------------------------------


------- End of Forwarded Message



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?12411.956006235>