Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Nov 2001 17:44:26 +0100
From:      "Lorenzo Iania" <l.iania@sintesi.net>
To:        <freebsd-hackers@FreeBSD.ORG>
Subject:   banal error
Message-ID:  <003a01c16874$a12c13c0$0500000a@LORENZO>

next in thread | raw e-mail | index | archive | help
Rebuilding my kernel after updating the source tree by cvsup I had problems
recompiling /usr/src/sys/kern/kern_conf.c because there was a little error:
the solution is:

292c292
< make_dev(struct cdevsw *devsw, int minor, uid_t uid, gid_t gid, int perms,
cha
r *fmt, ...)
---
> make_dev(struct cdevsw *devsw, int minor, uid_t uid, gid_t gid, int perms,
con
st char *fmt, ...)



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?003a01c16874$a12c13c0$0500000a>