Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
59f2a613
...
59f2a61377fe0b6aa7e5a1dfdf156c2d9703d553
authored
2006-04-20 15:52:21 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
[WITH_PTHREAD][HAVE_PTHREAD_H]: Fix typo
1 parent
7f533683
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
mailbox/amd.c
mailbox/amd.c
View file @
59f2a61
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2002, 2003,
2004, 2005 Free Software Foundation, Inc.
2004, 2005
, 2006
Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
@@ -41,7 +41,7 @@
#ifdef WITH_PTHREAD
# ifdef HAVE_PTHREAD_H
# ifdef _XOPEN_SOURCE
# if
n
def _XOPEN_SOURCE
# define _XOPEN_SOURCE 500
# endif
# include <pthread.h>
...
...
Please
register
or
sign in
to post a comment