From owner-freebsd-hackers Sat Jun 8 21:02:10 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA10802 for hackers-outgoing; Sat, 8 Jun 1996 21:02:10 -0700 (PDT) Received: from critter.tfs.com (critter.cdrom.com [204.216.27.38]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA10790 for ; Sat, 8 Jun 1996 21:02:06 -0700 (PDT) Received: from critter.tfs.com (localhost [127.0.0.1]) by critter.tfs.com (8.7.5/8.7.3) with ESMTP id JAA04295 for ; Sat, 8 Jun 1996 09:16:55 -0700 (PDT) To: hackers@freebsd.org Subject: bit 7 in filenames Reply-to: phk@freebsd.org Date: Sat, 08 Jun 1996 09:16:55 -0700 Message-ID: <4293.834250615@critter.tfs.com> From: Poul-Henning Kamp Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk SYMLINK(2) FreeBSD Programmer's Manual SYMLINK(2) NAME symlink - make symbolic link to a file SYNOPSIS #include int symlink(const char *name1, const char *name2) ERRORS The symbolic link succeeds unless: [ENOTDIR] A component of the name2 prefix is not a directory. [EINVAL] Either name1 or name2 contains a character with the high-order bit set. HUH ???? Actually there should be an error return, if I try to make a filename that is illegal for the filesystem. For instance create("/msdosfs/foo:bar") is an invalid name... Poul-Henning -- Poul-Henning Kamp | phk@FreeBSD.ORG FreeBSD Core-team. http://www.freebsd.org/~phk | phk@login.dknet.dk Private mailbox. whois: [PHK] | phk@ref.tfs.com TRW Financial Systems, Inc. Future will arrive by its own means, progress not so.