Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/usr.sbin/config



Fri, Jun 27, 2003 at 09:21:50AM +0900, enami tsugutomo:
> > To generate a diff of this commit:
> > cvs rdiff -r1.77 -r1.78 src/usr.sbin/config/main.c
> 
> Why did you need to assume the layout of struct nvlist?
> 
> enami.

I do not understand what you're asking.  the cast?

 undo_option(struct hashtab *ht, struct nvlist **npp,
+    struct nvlist ***next, const char *name, const char *type)

+               if (next != NULL && *next == (struct nvlist **) *npp)
+                       *next = npp;




Home | Main Index | Thread Index | Old Index