Skip site navigation (1)Skip section navigation (2)
Date:      21 Jul 2002 12:03:31 +0200
From:      Jan.Stocker@t-online.de (Jan Stocker)
To:        current@FreeBSD.org
Subject:   rpcsvc/mount.h C++ bug
Message-ID:  <1027245811.19762.8.camel@twoflower>

next in thread | raw e-mail | index | archive | help
While trying to compile devel/fam ... i found out that rpcsvc/mount.h
cant be compiled in C++ code.

Try this:

--- conftest.C ---

#include <rpcsvc/mount.h>

int main()
{
    return 0;
}

----

$ g++ conftest.C
conftest.C:7: syntax error at end of input

Jan


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1027245811.19762.8.camel>