unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* group on non-unix like systems [was: ls-lisp and remote files]
@ 2003-11-22 23:11 Lars Hansen
  0 siblings, 0 replies; only message in thread
From: Lars Hansen @ 2003-11-22 23:11 UTC (permalink / 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?

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-11-22 23:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-22 23:11 group on non-unix like systems [was: ls-lisp and remote files] Lars Hansen

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).