all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lars Hansen <larsh@math.ku.dk>
Subject: group on non-unix like systems [was: ls-lisp and remote files]
Date: Sun, 23 Nov 2003 00:11:36 +0100	[thread overview]
Message-ID: <3FBFED28.2070604@math.ku.dk> (raw)

  Yesterday I installed changes that add a new optional parameter 
id-format to file-attributes and directory-files-and-attributes. Today I 
realize that those changes don't compile on windows and mac because 
these systems don't have the getgrgid function. To fix that, I have 
implemented the missing function in src/w32.c and src/mac.c and defined 
struct group in new files nt/inc/grp.h and mac/inc/grp.h. The function 
getgrgid is just a stub that always returns "root" as group name. Maybe 
the people that maintain windows and mac ports want to check my changes. 
If so, thank you for your help!

By the way, the files nt/inc/grp.h and mac/inc/grp.h are new, so they 
need tags. How do one create them?

                 reply	other threads:[~2003-11-22 23:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3FBFED28.2070604@math.ku.dk \
    --to=larsh@math.ku.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.