Remove unintended trigraph sequences in comments for -Wall
This commit is contained in:
parent
8d25715cfb
commit
5e24f1a2f6
@ -1889,7 +1889,7 @@ kbdioctl(Dev_t dev, int cmd, caddr_t data, int flag)
|
||||
break;
|
||||
|
||||
case KBDSLEDS:
|
||||
update_led(); /* ??? */
|
||||
update_led(); /* ? */
|
||||
break;
|
||||
|
||||
case KBDGLOCK:
|
||||
@ -2254,7 +2254,7 @@ fkey8(void)
|
||||
{
|
||||
if(vsp->vt_pure_mode == M_PUREVT
|
||||
|| (vsp->which_fkl == USR_FKL))
|
||||
more_chars = (u_char *)"\033[35~"; /* F21 ??!! */
|
||||
more_chars = (u_char *)"\033[35~"; /* F21 ? !! */
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)mfs_vnops.c 8.11 (Berkeley) 5/22/95
|
||||
* $Id: mfs_vnops.c,v 1.39 1999/01/21 08:29:08 dillon Exp $
|
||||
* $Id: mfs_vnops.c,v 1.40 1999/01/21 09:27:03 dillon Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -175,7 +175,7 @@ mfs_strategy(ap)
|
||||
|
||||
/*
|
||||
* splbio required for queueing/dequeueing, in case of forwarded
|
||||
* BPs from bio interrupts (??). It may not be necessary.
|
||||
* BPs from bio interrupts (?). It may not be necessary.
|
||||
*/
|
||||
|
||||
s = splbio();
|
||||
|
@ -64,7 +64,7 @@
|
||||
*
|
||||
* @(#)swap_pager.c 8.9 (Berkeley) 3/21/94
|
||||
*
|
||||
* $Id: swap_pager.c,v 1.110 1999/01/24 02:32:14 dillon Exp $
|
||||
* $Id: swap_pager.c,v 1.111 1999/01/24 06:04:51 dillon Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -520,7 +520,7 @@ swap_pager_freespace(object, start, size)
|
||||
* The source object is of type OBJT_SWAP.
|
||||
*
|
||||
* The source and destination objects must be
|
||||
* locked or inaccessible (XXX are they ???)
|
||||
* locked or inaccessible (XXX are they ?)
|
||||
*/
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user