Deleted Added
full compact
29c29
< * $FreeBSD: stable/10/usr.sbin/ctld/ctld.h 263720 2014-03-25 12:01:55Z trasz $
---
> * $FreeBSD: stable/10/usr.sbin/ctld/ctld.h 263723 2014-03-25 12:10:30Z trasz $
134c134
< char *t_iqn;
---
> char *t_name;
227c227
< struct target *target_new(struct conf *conf, const char *iqn);
---
> struct target *target_new(struct conf *conf, const char *name);
230c230
< const char *iqn);
---
> const char *name);