unused -> __unused.

This commit is contained in:
Nicholas Marriott
2015-11-18 16:45:44 +00:00
parent a58eaec540
commit c15487318b
6 changed files with 8 additions and 8 deletions

View File

@ -28,10 +28,10 @@ char *osdep_get_name(int, char *);
char *osdep_get_cwd(int);
struct event_base *osdep_event_init(void);
#define unused __attribute__ ((unused))
#define __unused __attribute__ ((__unused__))
char *
osdep_get_name(int fd, unused char *tty)
osdep_get_name(int fd, __unused char *tty)
{
struct proc_bsdinfo bsdinfo;
pid_t pgrp;